Skip to content

Commit 678fc96

Browse files
committed
Revert LLM_EMBED_SIZE to 768 for consistency with previous configuration
1 parent 78dc751 commit 678fc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mcp-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
LLM_API_BASE: https://coder.gaia.domains/v1
1717
LLM_MODEL: Qwen2.5-Coder-32B-Instruct-Q5_K_M
1818
LLM_EMBED_MODEL: nomic-embed
19-
LLM_EMBED_SIZE: 1536
19+
LLM_EMBED_SIZE: 768
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)