Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
|
7 |
HF_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
8 |
|
9 |
-
client = InferenceClient(
|
10 |
|
11 |
def format_alpaca_prompt(user_input, system_prompt, history):
|
12 |
"""Formats input in Alpaca/LLaMA style"""
|
|
|
6 |
HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
|
7 |
HF_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
8 |
|
9 |
+
client = InferenceClient(HF_REPO, token=HF_TOKEN)
|
10 |
|
11 |
def format_alpaca_prompt(user_input, system_prompt, history):
|
12 |
"""Formats input in Alpaca/LLaMA style"""
|