mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 01:19:38 +02:00
Fixed json import
This commit is contained in:
parent
0574eb6177
commit
33b646eaec
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ serverless endpoint service. Input is prompt, output is response.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
import json
|
||||||
|
|
||||||
from ... schema import TextCompletionRequest, TextCompletionResponse
|
from ... schema import TextCompletionRequest, TextCompletionResponse
|
||||||
from ... log_level import LogLevel
|
from ... log_level import LogLevel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue