mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
51c89ac045
* try revert revert * use service_id not service.name * inject qdrant host from env * save progress * save progress * add comments * fix docs * fix tests * remove references to PR branch
9 lines
162 B
Python
9 lines
162 B
Python
import reflex as rx
|
|
|
|
config = rx.Config(
|
|
app_name="frontend",
|
|
api_url="http://localhost:9000",
|
|
backend_port=9000,
|
|
deployment_name="deployment",
|
|
)
|