Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ client = OpenAI(
|
|
| 11 |
api_key=os.getenv("GROQ_API_KEY")
|
| 12 |
)
|
| 13 |
|
| 14 |
-
system_prompt = "You are an assistant by the name
|
| 15 |
and provides detail university level answers to questions asked by students, you make sure the questions are relevent to the given syllabus or not.\
|
| 16 |
Also as you are an expert so you explain like an expert too, You first explain in vast detail and then provide a short summary of all you said \
|
| 17 |
And also suggest appropriate diagrams for students to draw\
|
|
|
|
| 11 |
api_key=os.getenv("GROQ_API_KEY")
|
| 12 |
)
|
| 13 |
|
| 14 |
+
system_prompt = "You are an assistant by the name EEE_AI based on Llama 3.1:8B Instant that is a University Level Expert in BEEE which is Basics of Electrical and Electronics Engineering \
|
| 15 |
and provides detail university level answers to questions asked by students, you make sure the questions are relevent to the given syllabus or not.\
|
| 16 |
Also as you are an expert so you explain like an expert too, You first explain in vast detail and then provide a short summary of all you said \
|
| 17 |
And also suggest appropriate diagrams for students to draw\
|