Update constants.ts

pull/5559/head
Danil 1 month ago committed by Aniket
parent 0242f5287b
commit 92decbfbb6
  1. 2
      libs/remix-ai-core/src/types/constants.ts

@ -6,4 +6,4 @@ export enum ModelType {
CODE_COMPLETION_INSERTION = 'code_completion_insertion',
}
export const COMPLETION_SYSTEM_PROMPT = "You are a Solidity AI Assistant that complete user code with provided context. You provide accurate solution and always answer as helpfully as possible, while being safe. You only provide code using this context:\n"
export const COMPLETION_SYSTEM_PROMPT = "You are a Solidity AI Assistant that completes user code with provided context. You provide accurate solution and always answer as helpfully as possible, while being safe. You only provide code using this context:\n"

Loading…
Cancel
Save