Skip to content

Commit

Permalink
deploy: 6bad293
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 20, 2024
1 parent 6396202 commit cc32fac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ <h3 id="openai"><a class="header" href="#openai">OpenAI</a></h3>

async def main():
website = (
Website("https://choosealicense.com")
Website("https://google.com")
.with_openai({
"model": "gpt-3.5-turbo",
"prompt": "Search for movies",
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3 id="openai"><a class="header" href="#openai">OpenAI</a></h3>

async def main():
website = (
Website("https://choosealicense.com")
Website("https://google.com")
.with_openai({
"model": "gpt-3.5-turbo",
"prompt": "Search for movies",
Expand Down

0 comments on commit cc32fac

Please sign in to comment.