fix: update build dependencies and format chat prompt (#569)

chore: update correct check and format prompt

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-07 16:42:20 -05:00
committed by GitHub
parent 8fade070f3
commit dc27b0e727
5 changed files with 21 additions and 22 deletions

View File

@@ -45,10 +45,12 @@ responses:
content:
application/json:
example:
id: davinci
object: model
created: 1686935002
owned_by: openai
object: 'list'
data:
- id: meta-llama--Llama-2-13-chat-hf
object: model
created: 1686935002
owned_by: 'na'
schema:
$ref: '#/components/schemas/ModelList'
'''