Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
e91533a7
Commit
e91533a7
authored
May 03, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add quotes around URL command value
parent
974840f2
Pipeline
#12094
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
e91533a7
...
...
@@ -31,7 +31,7 @@ The CreatureChat mod allows users to configure settings via in-game commands. He
### Command Usage
-
**REQUIRED:**
`/creaturechat key set <key>`
-
Sets the
*OpenAI API key*
. This is required for making requests to the LLM.
-
**OPTIONAL:**
`/creaturechat url set
<url>
`
-
**OPTIONAL:**
`/creaturechat url set
"<url>"
`
-
Sets the URL of the API used to make LLM requests. Defaults to
`"https://api.openai.com/v1/chat/completions"`
-
**OPTIONAL:**
`/creaturechat model set <model>`
-
Sets the model used for generating responses in chats. Defaults to
`gpt-3.5-turbo`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment