Skip to content

yuchuga/Gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Packages

uv add "langchain[openai]"

Run App

uv run app/main.py

Run Specific File

uv run app/agent/openAI.py

Test API Endpoint

http://127.0.0.1:8080/chat-gemini

curl -X POST "http://127.0.0.1:8080/chat
-H "Content-Type: "application/json"
-H "Authorization: Bearer xxxx"
-d '{"prompt": "payload"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors