pabloce commited on
Commit
098a1b1
·
verified ·
1 Parent(s): ffeaed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -125,11 +125,11 @@ def respond(
125
  PLACEHOLDER = """
126
  <div style="width: 400px; background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
127
  <figure style="margin: 0;">
128
- <img src="https://img.daisyui.com/images/stock/photo-1606107557195-0e29a4b5b4aa.jpg" alt="car!" style="width: 100%; height: auto; border-top-left-radius: 8px; border-top-right-radius: 8px;">
129
  </figure>
130
  <div style="padding: 1.5rem;">
131
- <h2 style="font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent: <small>Simplify LLM Interactions</small></h2>
132
- <p style="font-size: 16px; line-height: 1.5; margin-bottom: 15px;">The llama-cpp-agent framework simplifies interactions with Large Language Models (LLMs), providing an interface for chatting, executing function calls, generating structured output, performing retrieval augmented generation, and processing text using agentic chains with tools.</p>
133
  <div style="display: flex; justify-content: flex-end;">
134
  <a href="https://github.com/Maximilian-Winter/llama-cpp-agent" style="background-color: #3b82f6; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer;">Learn now!</a>
135
  </div>
 
125
  PLACEHOLDER = """
126
  <div style="width: 400px; background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
127
  <figure style="margin: 0;">
128
+ <img src="https://cdn.discordapp.com/attachments/1237393884665872415/1237793437315633292/OIG1.png" alt="car!" style="width: 100%; height: auto; border-top-left-radius: 8px; border-top-right-radius: 8px;">
129
  </figure>
130
  <div style="padding: 1.5rem;">
131
+ <h2 style="font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
132
+ <p style="text-align: left;font-size: 16px; line-height: 1.5; margin-bottom: 15px;">The llama-cpp-agent framework simplifies interactions with Large Language Models (LLMs), providing an interface for chatting, executing function calls, generating structured output, performing retrieval augmented generation, and processing text using agentic chains with tools.</p>
133
  <div style="display: flex; justify-content: flex-end;">
134
  <a href="https://github.com/Maximilian-Winter/llama-cpp-agent" style="background-color: #3b82f6; color: white; border: none; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer;">Learn now!</a>
135
  </div>