Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,14 +37,14 @@ logging.basicConfig(level=logging.INFO)
|
|
37 |
logger = logging.getLogger(__name__)
|
38 |
hf_logging.set_verbosity_error()
|
39 |
|
40 |
-
MODEL = "Qwen/Qwen3-
|
41 |
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
|
42 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
43 |
if not HF_TOKEN:
|
44 |
raise ValueError("HF_TOKEN not found in environment variables")
|
45 |
|
46 |
# --- UI Settings ---
|
47 |
-
TITLE = "<h1 style='text-align:center; margin-bottom: 20px;'>Local Thinking RAG: Qwen3-
|
48 |
DISCORD_BADGE = """<p style="text-align:center; margin-top: -10px;">
|
49 |
<a href="https://discord.gg/openfreeai" target="_blank">
|
50 |
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|
|
|
37 |
logger = logging.getLogger(__name__)
|
38 |
hf_logging.set_verbosity_error()
|
39 |
|
40 |
+
MODEL = "Qwen/Qwen3-8B"
|
41 |
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
|
42 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
43 |
if not HF_TOKEN:
|
44 |
raise ValueError("HF_TOKEN not found in environment variables")
|
45 |
|
46 |
# --- UI Settings ---
|
47 |
+
TITLE = "<h1 style='text-align:center; margin-bottom: 20px;'>Local Thinking RAG: Qwen3-8B</h1>"
|
48 |
DISCORD_BADGE = """<p style="text-align:center; margin-top: -10px;">
|
49 |
<a href="https://discord.gg/openfreeai" target="_blank">
|
50 |
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|