mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
initial client + server for agentic system
This commit is contained in:
parent
13e1667e7a
commit
beb2870750
8 changed files with 166 additions and 3 deletions
14
source/create_code.sh
Normal file
14
source/create_code.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
export JAVA_HOME=/usr/local/java-runtime/impl/11
|
||||
|
||||
$JAVA_HOME/bin/java -jar codegen/openapi-generator-cli.jar \
|
||||
generate \
|
||||
-i openapi.yaml \
|
||||
-g python-flask \
|
||||
-o /tmp/foo \
|
||||
--log-to-stderr \
|
||||
--global-property debugModels,debugOperations,debugOpenAPI,debugSupportingFiles
|
Loading…
Add table
Add a link
Reference in a new issue