docker compose -f local-demo/docker-compose.yml up
curl --location 'http://localhost:8092/v1/dnt/table'
curl --location 'http://localhost:8092/v1/service/llm/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-fake-1",
"messages": [
{ "role": "system", "content": "You are a helpful assistant." },
{ "role": "user", "content": "Where is the headquarters of the Swiss National Supercomputing Centre?" }
],
"temperature": 0.7
}'
docker run -it -p 8092:8092 -p 43905:43905 --rm --name ocf ghcr.io/xiaozheyao/ocf:dev start --mode standalone