free endpoints for open public domain ai
modified: README.rst
This commit is contained in:
parent
0492d5b329
commit
adc202125e
1 changed files with 8 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ To set up the project, follow these steps:
|
|||
Usage
|
||||
-----
|
||||
|
||||
|
||||
|
||||
Set up optional environment variables for your AWS, OpenAI, MistralAI, or together.ai API keys::
|
||||
|
||||
export AWS_ACCESS_KEY_ID="your_access_key"
|
||||
|
|
@ -86,6 +88,12 @@ Set up optional environment variables for your AWS, OpenAI, MistralAI, or togeth
|
|||
export VLLM_API_KEY="not-needed"
|
||||
export VLLM_ENDPOINT="http://localhost:18888/v1"
|
||||
|
||||
Here are some free endpoint for research only!::
|
||||
|
||||
export VLLM_ENDPOINT=https://hermes.ai.unturf.com/v1
|
||||
export VLLM_ENDPOINT2=https://qwq.ai.unturf.com/v1
|
||||
export VLLM_ENDPOINT3=https://r1.ai.unturf.com/v1
|
||||
|
||||
To start the application with socket.io run::
|
||||
|
||||
python app.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue