Update appStore/rag.py
Browse files- appStore/rag.py +2 -2
appStore/rag.py
CHANGED
@@ -10,8 +10,8 @@ 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-3.5-turbo-0125"
|
14 |
-
|
15 |
|
16 |
# define a special function for putting the prompt together (as we can't use haystack)
|
17 |
def get_prompt(context, label):
|
|
|
10 |
|
11 |
# Get openai API key
|
12 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
13 |
+
#model_select = "gpt-3.5-turbo-0125"
|
14 |
+
model_select ="gpt-4-0125-preview"
|
15 |
|
16 |
# define a special function for putting the prompt together (as we can't use haystack)
|
17 |
def get_prompt(context, label):
|