{"id":27111892,"url":"https://github.com/ramona-flower/toolzflow-ai","last_synced_at":"2025-04-09T22:04:39.468Z","repository":{"id":286453051,"uuid":"961453119","full_name":"Ramona-Flower/Toolzflow-AI","owner":"Ramona-Flower","description":"Some python code to use toolzflow code generator in python !","archived":false,"fork":false,"pushed_at":"2025-04-06T15:03:04.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T22:04:37.248Z","etag":null,"topics":["ai","api","api-wrapper","bypass","code","code-ai","gpt","openai","python","toolzflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ramona-Flower.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}},"created_at":"2025-04-06T14:58:56.000Z","updated_at":"2025-04-09T08:48:41.000Z","dependencies_parsed_at":"2025-04-06T15:42:26.426Z","dependency_job_id":"e5607aa6-17af-407d-b6d7-b0739bdfb891","html_url":"https://github.com/Ramona-Flower/Toolzflow-AI","commit_stats":null,"previous_names":["ramona-flower/toolzflow-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramona-Flower%2FToolzflow-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramona-Flower%2FToolzflow-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramona-Flower%2FToolzflow-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramona-Flower%2FToolzflow-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ramona-Flower","download_url":"https://codeload.github.com/Ramona-Flower/Toolzflow-AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119296,"owners_count":21050755,"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":["ai","api","api-wrapper","bypass","code","code-ai","gpt","openai","python","toolzflow"],"created_at":"2025-04-07T01:25:11.904Z","updated_at":"2025-04-09T22:04:39.441Z","avatar_url":"https://github.com/Ramona-Flower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toolzflow-AI in Python\n\nThis Python script is a client for interacting with the [ToolzFlow Best AI Code Generator](https://best-ai-code-generator.toolzflow.app/) API. It sends a prompt to the API and receives a code snippet as a JSON response.\n\n## Features\n\n- Sends a user prompt to a GPT-4o-based AI model.\n- Supports different GPT-4o model variants (`gpt-4o`, `gpt-4o-turbo`, `gpt-4o-mini`).\n\n## Requirements\n\n- Python 3.7+\n- `requests` library\n\nInstall dependencies with:\n\n```bash\npip install requests\nor\npip install -r requirements.txt\n```\n```bash\npython script.py\n```\n## Example:\n```bash\nEnter your prompt: Create a Python function to sort a list of dictionaries by a key\n```\n\nThe generated code will be printed to the console.\n\n```python\n\nai_response = send_request(\"Create a Python script that fetches weather data\", model=\"gpt-4o\")\nprint(ai_response)\n\n```\n## Available Models\n- `gpt-4o-mini` – Basic model\n- `gpt-4o` – More powerful, not exposed in UI but works via API\n- `gpt-4o-turbo` – Turbocharged variant of GPT-4o\n\nNote: Even if gpt-4o or gpt-4o-turbo are not selectable on the website UI, you can still use them in the API request.\n\n## License\nThis script is provided as-is under the Apache-2.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framona-flower%2Ftoolzflow-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framona-flower%2Ftoolzflow-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framona-flower%2Ftoolzflow-ai/lists"}