tabby-openai-server is the openai backend implementation of Tabby, using the latest gpt-4 to complete code.
# install requirements
python3 -m pip install -r requirements.txt
# run
openai_api_key=xxx python3 main.py
tabby-openai-server is the openai backend implementation of Tabby, using the latest gpt-4 to complete code.
# install requirements
python3 -m pip install -r requirements.txt
# run
openai_api_key=xxx python3 main.py