Renamed repo and README to use underscores instead of dashes
This commit is contained in:
parent
46e9e17a00
commit
44e03bb8ef
@ -1,4 +1,4 @@
|
|||||||
# skill-ai-api
|
# skill_ai_api
|
||||||
A skill for opsdroid for interacting with popular LLM's APIs with per-conversation threads in Matrix connector.
|
A skill for opsdroid for interacting with popular LLM's APIs with per-conversation threads in Matrix connector.
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
@ -16,8 +16,8 @@ You can likely adjust the config for many REST APIs. In the example below there
|
|||||||
# Example config
|
# Example config
|
||||||
```
|
```
|
||||||
skills:
|
skills:
|
||||||
skill-ai-api:
|
skill_ai_api:
|
||||||
repo: "https://github.com/plantroon/skill-ai-api.git"
|
repo: "https://github.com/plantroon/skill_ai_api.git"
|
||||||
branch: "main"
|
branch: "main"
|
||||||
apis:
|
apis:
|
||||||
chatgpt: {hot-word: "chatgpt", api-url: "http://kubetest.lan:3009/conversation", prompt: "message", response: "['response']", params: { 'clientOptions': { 'clientToUse': 'chatgpt' }}, conversation_keys: {"conversationId", "conversationSignature", "clientId", "invocationId"}}
|
chatgpt: {hot-word: "chatgpt", api-url: "http://kubetest.lan:3009/conversation", prompt: "message", response: "['response']", params: { 'clientOptions': { 'clientToUse': 'chatgpt' }}, conversation_keys: {"conversationId", "conversationSignature", "clientId", "invocationId"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user