{"id":20537563,"url":"https://github.com/johanste/chatter","last_synced_at":"2025-07-31T13:40:35.855Z","repository":{"id":222036459,"uuid":"756069662","full_name":"johanste/chatter","owner":"johanste","description":"Experiment for chat client API patterns","archived":false,"fork":false,"pushed_at":"2024-02-11T22:14:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T14:30:13.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johanste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-11T22:03:23.000Z","updated_at":"2024-02-11T22:06:57.000Z","dependencies_parsed_at":"2024-02-11T23:22:44.073Z","dependency_job_id":"8f953f4c-eaf4-4375-a145-707c0c75f100","html_url":"https://github.com/johanste/chatter","commit_stats":null,"previous_names":["johanste/chatter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fchatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fchatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fchatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fchatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johanste","download_url":"https://codeload.github.com/johanste/chatter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144493,"owners_count":20078966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T00:41:36.880Z","updated_at":"2025-03-06T03:44:24.081Z","avatar_url":"https://github.com/johanste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Experiments with chat and tracing\n\nTry out the experience with various API patterns for clients.\n\nExample usage(s):\n\n```python\nimport chatter\nimport chatter.llama\nimport chatter.openai\n\nclient = chatter.openai.ParametersOpenAIClient(endpoint='zzz://openai.com',\n                                               credentials=\"dummy\",\n                                               defaults={\"temperature\": 0.5})\n\ncompletion = client.complete(\n    messages = [chatter.Message(\"hello\")],\n    model=\"gpt-4\",\n    parameters = chatter.openai.OpenAIChatParameters(logprobs=True)\n)\n\nllamaclient = chatter.llama.ParametersLlamaClient(endpoint='zzz://llama.com', credentials=\"dummytoken\")\nllamaclient.complete([], \"\", parameters = { \"seed\": \"123\" })\n```\n\n## Setup\n\npip install git+https://git@github.com/johanste/chatter#egg=chatter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanste%2Fchatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohanste%2Fchatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanste%2Fchatter/lists"}