Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +5 -5
config.yaml
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
# Model names: gpt-4-turbo-preview, gpt-3.5-turbo, etc.
|
6 |
# Recommend -> gpt-4-turbo (Better performance, more expensive), gpt-4-o (Good performance, cheaper)
|
7 |
|
8 |
-
API_KEY: "" # Free API Key with GPT-4 access: https://github.com/CubeGPT/.github/discussions/1
|
9 |
-
BASE_URL: "https://api.
|
10 |
|
11 |
-
GENERATION_MODEL: "
|
12 |
-
FIXING_MODEL: "
|
13 |
|
14 |
# DEVELOPER SETTINGS #
|
15 |
VERSION_NUMBER: "0.1.1"
|
@@ -19,7 +19,7 @@ VERSION_NUMBER: "0.1.1"
|
|
19 |
|
20 |
## Code Generation ##
|
21 |
SYS_GEN: |
|
22 |
-
You're a minecraft bukkit plugin coder AI. Game Version: 1.
|
23 |
Write the code & choose a artifact name for the following files with the infomation which is also provided by the user:
|
24 |
codes/%ARTIFACT_NAME%/src/main/java/%PKG_ID_LST%Main.java
|
25 |
codes/%ARTIFACT_NAME%/src/main/resources/plugin.yml
|
|
|
5 |
# Model names: gpt-4-turbo-preview, gpt-3.5-turbo, etc.
|
6 |
# Recommend -> gpt-4-turbo (Better performance, more expensive), gpt-4-o (Good performance, cheaper)
|
7 |
|
8 |
+
API_KEY: "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" # Free API Key with GPT-4 access: https://github.com/CubeGPT/.github/discussions/1
|
9 |
+
BASE_URL: "https://api.groq.com/openai/v1"
|
10 |
|
11 |
+
GENERATION_MODEL: "llama-3.2-90b-text-preview"
|
12 |
+
FIXING_MODEL: "llama-3.2-90b-text-preview"
|
13 |
|
14 |
# DEVELOPER SETTINGS #
|
15 |
VERSION_NUMBER: "0.1.1"
|
|
|
19 |
|
20 |
## Code Generation ##
|
21 |
SYS_GEN: |
|
22 |
+
You're a minecraft bukkit plugin coder AI. Game Version: 1.21
|
23 |
Write the code & choose a artifact name for the following files with the infomation which is also provided by the user:
|
24 |
codes/%ARTIFACT_NAME%/src/main/java/%PKG_ID_LST%Main.java
|
25 |
codes/%ARTIFACT_NAME%/src/main/resources/plugin.yml
|