#personalising chat
1 messages · Page 1 of 1 (latest)
- add chat history to simulate an instruction
- simulate chat in a tuned text model
- or wait for this feature to drop: https://github.com/google-gemini/cookbook/blob/main/quickstarts/System_instructions.ipynb
do you know which "keywords" work for gemini-1.0-pro-001 based tuned models? You told before "User:" and "Model:" (as it usually goes in Context json structure) , in your example with legacy model you used others, probably because of the legacy model api specifics. So for gemini-1.0-pro-001 can be effective to insert "User:" , "Model:" . do you thing "Context:" will also work? May be something more?
thank you , sorry for duplicating
thank you much! Will system instructions be available in REST API also?
yeah - https://github.com/google-gemini/cookbook/blob/main/quickstarts/rest/System_instructions_REST.ipynb