Skip to content

Commit

Permalink
Use without gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Jan 18, 2025
1 parent 7c9bdd6 commit 999635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ModelConfig:

model_configurations = {
"gpt-4o": ModelConfig(
model_name="gpt-4o", api_key=st.secrets["OPENAI_API_KEY"], base_url=f"https://gateway.ai.cloudflare.com/v1/{st.secrets['CLOUDFLARE_ACCOUNT_ID']}/snowchat/openai"
model_name="gpt-4o", api_key=st.secrets["OPENAI_API_KEY"]
),
"Gemini Flash 1.5": ModelConfig(
model_name="gemini-1.5-flash",
Expand Down

0 comments on commit 999635b

Please sign in to comment.