Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Chrysalis Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:56, 9 May 2024 Don86326 talk contribs created page Talk:Theory of a Timeline Ontology Evolved from Natural Language Processing as a Personal Knowledge Operating System (KOS) (Created page with "<pre style="margin-left:3em; font:normal 14px terminal;">Claude 3 Sonnet ;Avatar for XenoEngineer Help me understand how to programmatically send messages to anthropic. This code works without errors. How are long-concatenated prompts usually implemented? import anthropic import os HAIKU = "claude-3-haiku-20240307" OPUS = "claude-3-opus-20240229" client = anthropic.Anthropic( api_key=os.environ.get("ANTHROPIC_API_KEY") # This is the same string as is saved in a...")