{"id":50127433,"url":"https://github.com/zefir1990/ollama_call","last_synced_at":"2026-05-23T20:34:49.415Z","repository":{"id":339790085,"uuid":"1128308753","full_name":"zefir1990/ollama_call","owner":"zefir1990","description":"Simplified call to ollama with json response","archived":false,"fork":false,"pushed_at":"2026-01-09T15:38:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T21:20:29.830Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefir1990.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-05T12:54:24.000Z","updated_at":"2026-01-09T15:38:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zefir1990/ollama_call","commit_stats":null,"previous_names":["zefir1990/ollama_call"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zefir1990/ollama_call","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Follama_call","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Follama_call/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Follama_call/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Follama_call/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefir1990","download_url":"https://codeload.github.com/zefir1990/ollama_call/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Follama_call/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33412082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-05-23T20:34:48.784Z","updated_at":"2026-05-23T20:34:49.402Z","avatar_url":"https://github.com/zefir1990.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ollama-call\n\nA simple Python wrapper for Ollama API calls.\n\n## Installation\n\n```bash\npip install ollama-call\n```\n\n## Usage\n\n```python\nfrom ollama_call import ollama_call\n\nresponse = ollama_call(\n    user_prompt=\"Hello, how are you?\",\n    format=\"json\",\n    model=\"gemma3:12b\"\n)\n\nprint(response)\n```\n\n## Features\n\n- Simple function-based API\n- Supports JSON output format\n- Supports streaming (via `stream=True`)\n- Custom temperature and timeout settings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir1990%2Follama_call","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefir1990%2Follama_call","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir1990%2Follama_call/lists"}