Skip to content

Commit c0def64

Browse files
authored
Merge pull request #168 from TNG/small-adjustments-for-release
Adjust default model and AIPG version
2 parents 018806a + b42e533 commit c0def64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WebUI/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-playground",
33
"private": true,
4-
"version": "2.0.3-alpha-preview",
4+
"version": "2.0.4-beta",
55
"scripts": {
66
"dev": "cross-env VITE_PLATFORM_TITLE=\"for Local® Dev™ Mode\" vite",
77
"preview": "vite preview",

WebUI/src/assets/js/store/globalSetup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const useGlobalSetup = defineStore('globalSetup', () => {
3232
quality: 0,
3333
enableRag: false,
3434
llm_model: 'microsoft/Phi-3-mini-4k-instruct',
35-
ggufLLM_model: 'meta-llama-3.1-8b-instruct.Q5_K_M.gguf',
35+
ggufLLM_model: 'bartowski/Llama-3.2-3B-Instruct-GGUF/Llama-3.2-3B-Instruct-Q4_K_S.gguf',
3636
sd_model: 'Lykon/dreamshaper-8',
3737
inpaint_model: 'Lykon/dreamshaper-8-inpainting',
3838
negativePrompt: 'bad hands, nsfw',

0 commit comments

Comments
 (0)