Spaces:
Sleeping
Sleeping
Update appStore/rag.py
Browse files- 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-
|
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)
|