yappstore / example-app-py

This repository if for a free agent applications available on the yapp store, used to showcase how one might register the application using the developer SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example-app

This repository if for a free agent applications available on the yapp store, used to showcase how one might register the application using the developer SDK

An example using Llava on Ollama and autogen

Setting up model:

litellm --model ollama/mistral litellm --model ollama/llava

Run ollama server locally:

  • OLLAMA_HOST=127.0.0.1:5050 ollama serve
curl http://localhost:5050/api/chat -d '{
   "model": "llava:34b",
   "messages": [
     {
       "role": "user",
       "content": "why is the sky blue?"
     }
   ],
   "stream": false
}'

About

This repository if for a free agent applications available on the yapp store, used to showcase how one might register the application using the developer SDK

License:MIT License


Languages

Language:Python 100.0%