Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ PLACEHOLDER = """
|
|
58 |
<div style="padding: .5rem 1.5rem;">
|
59 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
|
60 |
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">The llama-cpp-agent framework you can engage in seamless conversations with most `open source LLMs`, even small ones. Execute functions using LLMs, single and parallel function calling. Process text using agent chains, with tools.</p>
|
61 |
-
<div style="display: flex; justify-content:
|
62 |
<div style="display: flex; flex-flow: column; justify-content: space-between;">
|
63 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(229, 70, 77, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #f88181; margin-top: 2.5px;">
|
64 |
Mistral 7B Instruct v0.3
|
|
|
58 |
<div style="padding: .5rem 1.5rem;">
|
59 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
|
60 |
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">The llama-cpp-agent framework you can engage in seamless conversations with most `open source LLMs`, even small ones. Execute functions using LLMs, single and parallel function calling. Process text using agent chains, with tools.</p>
|
61 |
+
<div style="display: flex; justify-content: space-between; align-items: center;">
|
62 |
<div style="display: flex; flex-flow: column; justify-content: space-between;">
|
63 |
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(229, 70, 77, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #f88181; margin-top: 2.5px;">
|
64 |
Mistral 7B Instruct v0.3
|