DexterSptizu commited on
Commit
e30907e
·
verified ·
1 Parent(s): ac8ba98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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?", "your-api-key-here"],
75
- ["How do I use OpenAI's GPT models?", "your-api-key-here"],
76
- ["What is the capital of France?", "your-api-key-here"],
77
- ["Explain LangChain's routing capabilities", "your-api-key-here"],
78
- ["Tell me about OpenAI's latest developments", "your-api-key-here"]
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