Introduce hermesllm library to handle llm message translation (#501)

This commit is contained in:
Adil Hafeez 2025-06-10 12:53:27 -07:00 committed by GitHub
parent 96b583c819
commit 6c53510f49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 1693 additions and 690 deletions

View file

@ -5,9 +5,10 @@ Content-Type: application/json
"messages": [
{
"role": "user",
"content": "I am running under debt, how should I keep a tab on my expenses?"
"content": "hi"
}
]
],
"model": "none"
}
HTTP 200
[Asserts]

View file

@ -5,9 +5,10 @@ Content-Type: application/json
"messages": [
{
"role": "user",
"content": "I am running under debt, how should I keep a tab on my expenses?"
"content": "hi"
}
],
"model": "none",
"stream": true
}
HTTP 200