Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
mwolfson authored Aug 14, 2024
1 parent 1266f1f commit f9daafd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ import multi_ai_hub as mah
models = [
mah.ANTHROPIC_OPUS,
mah.ANTHROPIC_SONNET,
mah.GEMINI_PRO
mah.GEMINI_PRO,
mah.OPEN_AI_GPT35TURBO,
mah.OPEN_AI_GPT4,
mah.OPEN_AI_GPT4PREVIEW
mah.MISTRAL_7B,
mah.MIXTRAL_8X7B,
mah.SONAR_MED_ONLINE
]

# Common prompt elements
Expand Down

0 comments on commit f9daafd

Please sign in to comment.