mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-10 03:59:43 +00:00
fix: build
This commit is contained in:
parent
2dfb1b0800
commit
13c59cc97b
1 changed files with 2 additions and 2 deletions
|
|
@ -34,10 +34,10 @@ public class LlamaSettings implements PersistentStateComponent<LlamaSettingsStat
|
|||
this.state.setHuggingFaceModel(HuggingFaceModel.CODE_LLAMA_7B_Q4);
|
||||
}
|
||||
if (this.state.getRemoteModelInfillPromptTemplate() == null) {
|
||||
this.state.setRemoteModelInfillPromptTemplate(InfillPromptTemplate.LLAMA);
|
||||
this.state.setRemoteModelInfillPromptTemplate(InfillPromptTemplate.CODE_LLAMA);
|
||||
}
|
||||
if (this.state.getLocalModelPromptTemplate() == null) {
|
||||
this.state.setLocalModelInfillPromptTemplate(InfillPromptTemplate.LLAMA);
|
||||
this.state.setLocalModelInfillPromptTemplate(InfillPromptTemplate.CODE_LLAMA);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue