Min Jekal
Min Jekal
You can use `script` function to change state of entities or trigger events like below. ```yaml - spec: name: trigger_event description: trigger event parameters: type: object properties: dummy: type: string...
Closing the issue. Feel free to reopen it.
Thanks for reporting an issue. Currently, there is an issue when using LocalAI. (see https://github.com/jekalmin/extended_openai_conversation/issues/17#issuecomment-1870627832) Let me try this too and see if something can be done to fix. (I...
@JonahMMay Thanks for sharing information. Have you tried curl with functions added? ``` curl --location 'http://localhost:8080/v1/chat/completions' \ --header 'Content-Type: application/json' \ --data '{ "model": "thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q4_k_m.gguf", "messages": [ { "role": "system",...
Sorry to bother you. Could you try this again? ``` curl --location 'http://localhost:8080/v1/chat/completions' \ --header 'Content-Type: application/json' \ --data '{ "model": "thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q4_k_m.gguf", "messages": [ { "role": "system", "content": "You are...
Never mind. I just setup LocalAI successfully.
Does it still have a problem when using the [add_item_to_list](https://github.com/jekalmin/extended_openai_conversation/tree/main/examples/function/shopping_list#add_item_to_list) example?
Can you share yaml of function? `todo.add_task` should not be present in yaml
Thanks for reporting an issue! Let me try this and get back soon.
Could you share the JSON result of API? I was going to try it, but unfortunately plex forbids logging in from my country :(