nbaldwin commited on
Commit
3db9faf
·
1 Parent(s): 6c54581

change default model name format

Browse files
Files changed (1) hide show
  1. ChatAtomicFlow.yaml +2 -1
ChatAtomicFlow.yaml CHANGED
@@ -15,7 +15,8 @@ assistant_name: assistant
15
  backend:
16
  _target_: aiflows.backends.llm_lite.LiteLLMBackend
17
  api_infos: ???
18
- model_name: "gpt-3.5-turbo"
 
19
  n: 1
20
  max_tokens: 2000
21
  temperature: 0.3
 
15
  backend:
16
  _target_: aiflows.backends.llm_lite.LiteLLMBackend
17
  api_infos: ???
18
+ model_name:
19
+ openai: "gpt-3.5-turbo"
20
  n: 1
21
  max_tokens: 2000
22
  temperature: 0.3