Update openai_api.py

This commit is contained in:
hoshi-hiyouga 2023-06-26 18:14:30 +08:00 committed by GitHub
parent 892691c3b3
commit e8992aa6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# coding=utf-8
# Implements API for ChatGLM2-6B in OpenAI's format. (https://platform.openai.com/docs/api-reference/chat)
# Usage: python api_demo.py
# Usage: python openai_api.py
# Visit http://localhost:8000/docs for documents.