MCPcopy Create free account
hub / github.com/T-duality/PillOCR-python / set_prompts

Method set_prompts

GPTOCRGUI.py:45–47  ·  view source on GitHub ↗
(self, system_prompt, user_prompt)

Source from the content-addressed store, hash-verified

43 self.max_tokens = 1000
44
45 def set_prompts(self, system_prompt, user_prompt):
46 self.system_prompt = system_prompt
47 self.user_prompt = user_prompt
48
49 def set_max_tokens(self, max_tokens):
50 self.max_tokens = max_tokens

Callers 2

load_settingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected