mtyrrell commited on
Commit
aca3106
1 Parent(s): 2008110

Update appStore/rag.py

Browse files
Files changed (1) hide show
  1. appStore/rag.py +1 -1
appStore/rag.py CHANGED
@@ -10,7 +10,7 @@ from tenacity import retry, stop_after_attempt, wait_random_exponential
10
 
11
  # Get openai API key
12
  openai.api_key = os.environ["OPENAI_API_KEY"]
13
- model_select = "gpt-4-0125-preview"
14
 
15
 
16
  # define a special function for putting the prompt together (as we can't use haystack)
 
10
 
11
  # Get openai API key
12
  openai.api_key = os.environ["OPENAI_API_KEY"]
13
+ model_select = "gpt-3.5-turbo-0125"
14
 
15
 
16
  # define a special function for putting the prompt together (as we can't use haystack)