Skip to content

SchrodingerFish/github_free_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. request header should be Authorization: Bearer token,and the token should be like this: project_id#api_key,(tips: you can get the project_id and api_key from customgpt.ai)

2. only support models:gpt-4-o,

3. only support stream or no-stream chat,

4. run command uvicorn main:app --host 0.0.0.0 --port 8080 --reload server will run at port 8080 then just enjoy it!

5. you can build image with the Dockerfile too.

About

free github chat api support gpt-4o and gpt-4o-mini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published