velesbh commited on
Commit
db47ba3
·
verified ·
1 Parent(s): a87d9a5

Update config.yaml

Browse files
Files changed (1) hide show
  1. 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.openai.com/v1"
10
 
11
- GENERATION_MODEL: "gpt-4-turbo-2024-04-09"
12
- FIXING_MODEL: "gpt-4-turbo-2024-04-09"
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.13.2 (1.13.2-R0.1-SNAPSHOT)
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