pabloce commited on
Commit
71f340b
·
verified ·
1 Parent(s): 8c02929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,10 +60,10 @@ PLACEHOLDER = """
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
65
  </span>
66
- <span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #60a5fa; margin-bottom: 2.5px;">
67
  Meta Llama 3 8B Instruct
68
  </span>
69
  </div>
 
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-bottom: 2.5px;">
64
  Mistral 7B Instruct v0.3
65
  </span>
66
+ <span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #60a5fa; margin-top: 2.5px;">
67
  Meta Llama 3 8B Instruct
68
  </span>
69
  </div>