Update ai_config.py
Browse files- ai_config.py +1 -1
ai_config.py
CHANGED
@@ -6,7 +6,7 @@ import tiktoken
|
|
6 |
import os
|
7 |
|
8 |
def n_of_questions():
|
9 |
-
n_of_questions =
|
10 |
return n_of_questions
|
11 |
|
12 |
openai_api_key = os.environ.get("openai_api_key")
|
|
|
6 |
import os
|
7 |
|
8 |
def n_of_questions():
|
9 |
+
n_of_questions = 25
|
10 |
return n_of_questions
|
11 |
|
12 |
openai_api_key = os.environ.get("openai_api_key")
|