mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 02:46:28 +02:00
HR agent demo (#206)
* commiting my hr_agent branch * updating the HR agent config * pushing to remote * fix hr agent * committing to merge with main * updating to merge from main * updating the demo and model-server-tests to pull from poetry * updating the poetry.lock files * updating based on feedback * updated sysmte prompt for hr_agent --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local> Co-authored-by: Adil Hafeez <adil@katanemo.com>
This commit is contained in:
parent
8495f89fda
commit
708fa15a9b
19 changed files with 522 additions and 2927 deletions
|
|
@ -47,7 +47,16 @@ def start_server():
|
|||
"Starting model server - loading some awesomeness, this may take some time :)"
|
||||
)
|
||||
process = subprocess.Popen(
|
||||
["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "51000"],
|
||||
[
|
||||
"python",
|
||||
"-m",
|
||||
"uvicorn",
|
||||
"app.main:app",
|
||||
"--host",
|
||||
"0.0.0.0",
|
||||
"--port",
|
||||
"51000",
|
||||
],
|
||||
start_new_session=True,
|
||||
bufsize=1,
|
||||
universal_newlines=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue