Skip to content

Commit 5509f5c

Browse files
authored
Create .sampleenv
This should never be pushed to github, but the api_keys here are not correct that is why i have pushed this as a .sampleenv file When running code locally rename this to .env and plug in your correct api keys
1 parent 082cd80 commit 5509f5c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Open AI Agents SDK/.sampleenv

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# mistral api, base_url and models
2+
mistral = "YOUR GENERATED MISTRAL API KEY"
3+
mistral_base_url = "https://api.mistral.ai/v1"
4+
mistral_model_name = "ministral-8b-2410"
5+
6+
7+
# gemini api, base_url and models
8+
gemini = "YOUR GENERATED GEMENI API KEY"
9+
gemini_base_url = "https://generativelanguage.googleapis.com/v1beta/openai/"
10+
gemma-3-12b-it = "gemma-3-12b-it"
11+
gemini-2.0-flash-thinking-exp-1219 = "gemini-2.0-flash-thinking-exp-1219"
12+
gemini-2.0-flash-thinking-exp = "gemini-2.0-flash-thinking-exp"
13+
gemini-2.0-flash-thinking-exp-01-21 = "gemini-2.0-flash-thinking-exp-01-21"
14+
gemma-3-27b-it = "gemma-3-27b-it"
15+
16+
17+
# ollama api, base_url and models
18+
# locally run a model doesn't need api in ollama
19+
huihui_base_url = "http://localhost:11434/v1"
20+
current_huihui_model = "huihuillama3.1-8k"
21+

0 commit comments

Comments
 (0)