Diana1234 commited on
Commit
8f3a020
1 Parent(s): 5e10683

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
8
  # It formats the output by printing it in color.
9
 
10
  # Defined arguments
11
-
12
  model_name_tr = "gpt-3.5-turbo" # model name
13
  model_name_ta = "gpt-4-1106-preview"
14
  tool_list_path = './tools.json' # list of tools path[ ]
 
8
  # It formats the output by printing it in color.
9
 
10
  # Defined arguments
11
+ API_KEY=st.secrets["API_KEY"]
12
  model_name_tr = "gpt-3.5-turbo" # model name
13
  model_name_ta = "gpt-4-1106-preview"
14
  tool_list_path = './tools.json' # list of tools path[ ]