Skip to content

Commit 4867004

Browse files
committed
README
1 parent 9bc700c commit 4867004

File tree

1 file changed

+1
-1
lines changed
  • cookbook/examples/apps/answer_engine

1 file changed

+1
-1
lines changed

cookbook/examples/apps/answer_engine/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def main() -> None:
4141
# Model selector
4242
####################################################################
4343
model_options = {
44-
"o3-mini": "openai:o3-mini",
4544
"gpt-4o": "openai:gpt-4o",
45+
"o3-mini": "openai:o3-mini",
4646
"gemini-2.0-flash-exp": "google:gemini-2.0-flash-exp",
4747
"claude-3-5-sonnet": "anthropic:claude-3-5-sonnet-20241022",
4848
"llama-3.3-70b": "groq:llama-3.3-70b-versatile",

0 commit comments

Comments
 (0)