Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update llm usecase with easy setting #1443

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

seokho-son
Copy link
Member

`
[llmServer] Starting LLM service in the background...
[llmServer] Checking status of the LLM service...
[llmServer] LLM service is running. PID: 36673

[llmServer] Showing the last 20 lines of the log file (llmServer.log):

[Test: replace localhost with IP address of the server]
curl -X POST http://localhost:5001/query -H "Content-Type: application/json" -d '{"prompt": "What is the Multi-Cloud?"}'
http://localhost:5001/query?prompt=What is the Multi-Cloud?
`

`
cb-user@ip-10-11-10-23:~/llm$ curl -X POST http://localhost:5001/query -H "Content-Type: application/json" -d '{"prompt": "What is the Multi-Cloud?"}'

{"text":" Multi-cloud is the practice of using multiple cloud computing platforms or services from different providers to store and process data. This is often used as a backup or redundancy strategy to ensure data is not lost in case of a system failure or downtime."}
`

@seokho-son
Copy link
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Feb 26, 2024
@cb-github-robot cb-github-robot merged commit 0f4c76b into cloud-barista:main Feb 26, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This PR is approved and will be merged soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants