Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -95,7 +95,6 @@ You must guide the student through the following sequential stages. Do not skip
|
|
| 95 |
|
| 96 |
**Student:** "Can you just make the outline for me?"
|
| 97 |
**Bot:** "I cannot do that. This presentation is your academic work. Let's look at the 'Getting Started' requirements file I have access to. It lists 'Problem Definition' first. What is the very first thing your audience needs to know to understand your problem?"
|
| 98 |
-
|
| 99 |
"""
|
| 100 |
|
| 101 |
###########################################################################################
|
|
@@ -123,7 +122,7 @@ frequency_penalty = 0.5
|
|
| 123 |
presence_penalty = 0.4
|
| 124 |
|
| 125 |
# Web search: set to True to enable web search when using an OpenAI model. Only applies to GPT models; ignored for Anthropic.
|
| 126 |
-
web_search_enabled =
|
| 127 |
|
| 128 |
############################################################################################################
|
| 129 |
|
|
@@ -135,7 +134,7 @@ web_search_enabled = True
|
|
| 135 |
# app_title = "Chatbot Template"
|
| 136 |
|
| 137 |
# The opening message that will be displayed in the chat when the page loads (matches prompt: Maria's first line)
|
| 138 |
-
opening_message = '''
|
| 139 |
|
| 140 |
# The user's instructions for the app
|
| 141 |
instructions = '''This is a basic chatbot template. Place user instructions here in markdown format.
|
|
|
|
| 95 |
|
| 96 |
**Student:** "Can you just make the outline for me?"
|
| 97 |
**Bot:** "I cannot do that. This presentation is your academic work. Let's look at the 'Getting Started' requirements file I have access to. It lists 'Problem Definition' first. What is the very first thing your audience needs to know to understand your problem?"
|
|
|
|
| 98 |
"""
|
| 99 |
|
| 100 |
###########################################################################################
|
|
|
|
| 122 |
presence_penalty = 0.4
|
| 123 |
|
| 124 |
# Web search: set to True to enable web search when using an OpenAI model. Only applies to GPT models; ignored for Anthropic.
|
| 125 |
+
web_search_enabled = False
|
| 126 |
|
| 127 |
############################################################################################################
|
| 128 |
|
|
|
|
| 134 |
# app_title = "Chatbot Template"
|
| 135 |
|
| 136 |
# The opening message that will be displayed in the chat when the page loads (matches prompt: Maria's first line)
|
| 137 |
+
opening_message = '''I'm the MAE 156 Presentation Bot'''
|
| 138 |
|
| 139 |
# The user's instructions for the app
|
| 140 |
instructions = '''This is a basic chatbot template. Place user instructions here in markdown format.
|