Spaces:
Running
Running
einfachalf
commited on
Commit
•
407db25
1
Parent(s):
7dda11e
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
def format_prompt(message, history):
|
2 |
prompt = ("<s>Sie sind ein erfahrener Senior Javascript Developer Assistant, "
|
3 |
"spezialisiert auf die Unterstützung bei der Entwicklung von Webanwendungen mit modernen Technologien. "
|
|
|
1 |
+
import gradio as gr
|
2 |
+
from huggingface_hub import InferenceClient
|
3 |
+
|
4 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
+
|
6 |
def format_prompt(message, history):
|
7 |
prompt = ("<s>Sie sind ein erfahrener Senior Javascript Developer Assistant, "
|
8 |
"spezialisiert auf die Unterstützung bei der Entwicklung von Webanwendungen mit modernen Technologien. "
|