Update app.py
Browse files
app.py
CHANGED
@@ -71,11 +71,11 @@ def route_question(question, openai_key):
|
|
71 |
|
72 |
# Example questions for each category
|
73 |
example_questions = [
|
74 |
-
["What is LangChain and how does it work?"
|
75 |
-
["How do I use OpenAI's GPT models?"
|
76 |
-
["What is the capital of France?"
|
77 |
-
["Explain LangChain's routing capabilities"
|
78 |
-
["Tell me about OpenAI's latest developments"
|
79 |
]
|
80 |
|
81 |
# Create Gradio interface
|
|
|
71 |
|
72 |
# Example questions for each category
|
73 |
example_questions = [
|
74 |
+
["What is LangChain and how does it work?"],
|
75 |
+
["How do I use OpenAI's GPT models?"],
|
76 |
+
["What is the capital of France?"],
|
77 |
+
["Explain LangChain's routing capabilities"],
|
78 |
+
["Tell me about OpenAI's latest developments"]
|
79 |
]
|
80 |
|
81 |
# Create Gradio interface
|