Skip to content
/ CoTify Public

Proxy service that add a Chain of Thought logic for any openAI compatible endpoints

Notifications You must be signed in to change notification settings

Biskwit/CoTify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoTify Proxy Service (Draft)

Proxy service that add a Chain of Thought logic for any openAI compatible endpoints (like Groq <3)

Curl Example

curl http://localhost:3000/chat/completions -s \
-H "Content-Type: application/json" \
-H "Authorization: Bearer gsk_..." \
-d '{
"model": "llama3-8b-8192",
"messages": [{
    "role": "user",
    "content": "Explain the importance of fast language models"
}]
}'

Thanks

Inspired by g1

About

Proxy service that add a Chain of Thought logic for any openAI compatible endpoints

Topics

Resources

Stars

Watchers

Forks