Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy committed Apr 30, 2024
1 parent 7aeee3f commit 8df1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from lexica import Client, languageModels

def main(prompt: str) -> dict:
client = Client()
response = client.palm(prompt,languageModels.palm2)
response = client.palm(prompt,languageModels.gemini)
return response

if __name__ == "__main__":
Expand Down

0 comments on commit 8df1a55

Please sign in to comment.