sfun commited on
Commit
9588aa8
1 Parent(s): c403acd

Update config.toml

Browse files
Files changed (1) hide show
  1. config.toml +5 -3
config.toml CHANGED
@@ -129,13 +129,15 @@ description = "GPT-4o is the most advanced and fastest model from OpenAI, making
129
  # max_tokens = 100
130
 
131
  [AI.Gemini]
132
- api_key = ""
133
  # temperature = 0.5
134
  # max_tokens = 100
135
 
136
  [AI.Cohere]
137
- email = ""
138
- password = ""
 
 
139
 
140
  [Translate]
141
  # You can choose the default translation service from the following:
 
129
  # max_tokens = 100
130
 
131
  [AI.Gemini]
132
+ api_key = "GEMINI_API_KEY"
133
  # temperature = 0.5
134
  # max_tokens = 100
135
 
136
  [AI.Cohere]
137
+ type = "api"
138
+ api_key = "COHERE_API_KEY"
139
+ # temperature = 0.5
140
+ # max_tokens = 100
141
 
142
  [Translate]
143
  # You can choose the default translation service from the following: