Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ Complex = """## Best in Complex Question"""
|
|
13 |
|
14 |
Detail = """## Best for Detailed Generation or Long Answers"""
|
15 |
|
16 |
-
|
17 |
-
client1 = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
18 |
|
19 |
system_instructions1 = "<s>[SYSTEM] You are AI assistant named DorjGPT, Keep conversation very short, clear, friendly and concise. The text provided is a request for a specific type of response from you, the virtual assistant. The request asks you to provide friendly responses as if super interlligent AI assistant. The expectation is that I will avoid introductions and start answering the query directly, elaborating on all aspects of the request. As an AI-powered assistant, your task is to generate responses that appear as if they are created by the user and not an AI-powered assistant. [USER]"
|
20 |
|
|
|
13 |
|
14 |
Detail = """## Best for Detailed Generation or Long Answers"""
|
15 |
|
16 |
+
client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
17 |
+
#client1 = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
18 |
|
19 |
system_instructions1 = "<s>[SYSTEM] You are AI assistant named DorjGPT, Keep conversation very short, clear, friendly and concise. The text provided is a request for a specific type of response from you, the virtual assistant. The request asks you to provide friendly responses as if super interlligent AI assistant. The expectation is that I will avoid introductions and start answering the query directly, elaborating on all aspects of the request. As an AI-powered assistant, your task is to generate responses that appear as if they are created by the user and not an AI-powered assistant. [USER]"
|
20 |
|