{"id":15762793,"url":"https://github.com/ramonpaolo/assistant-openai","last_synced_at":"2025-03-31T09:43:57.486Z","repository":{"id":218626215,"uuid":"746946606","full_name":"ramonpaolo/assistant-openai","owner":"ramonpaolo","description":"Personal Assistant using OpenAI API in Python","archived":false,"fork":false,"pushed_at":"2024-02-13T20:57:59.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-05T11:22:23.271Z","etag":null,"topics":["chatbot","first-good-issue","openai-chatgpt","opensource","opensource-projects","public","python","python3"],"latest_commit_sha":null,"homepage":"","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/ramonpaolo.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":"2024-01-23T00:31:02.000Z","updated_at":"2024-01-23T00:49:03.000Z","dependencies_parsed_at":"2024-10-25T10:19:19.219Z","dependency_job_id":"6c38f731-fc57-4e58-a275-c1378d909056","html_url":"https://github.com/ramonpaolo/assistant-openai","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"14965f03c529e05d23d7812827513e89c5386444"},"previous_names":["ramonpaolo/assistant-openai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fassistant-openai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fassistant-openai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fassistant-openai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fassistant-openai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonpaolo","download_url":"https://codeload.github.com/ramonpaolo/assistant-openai/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450425,"owners_count":20779406,"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":["chatbot","first-good-issue","openai-chatgpt","opensource","opensource-projects","public","python","python3"],"created_at":"2024-10-04T11:22:39.867Z","updated_at":"2025-03-31T09:43:57.466Z","avatar_url":"https://github.com/ramonpaolo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assistant OpenAI\n\n## What is this project?\n\nThis project is a small RESTFull API made in Python to create personal Chat to be used with Assistant!\n\nThis project have the goal to help the small bussines and personal projects to build a small Assistant to help your clients or your self about any context!\n\n## This project can be used where?\n\nThis project can be used in a lot of scenarios, how as:\n\n- Personal Assistant to help your premium customers effectively address questions about your product or service.\n- Personal Assistant to help acquire new customers by assisting in answering all questions.\n\n## Getting Started\n\n### Info about branchs\nWe currently have 3 branchs:\n- `main`\n  - Support K8s and Docker\n- `logs/datadog`\n  - Support K8s, Docker and DataDog Agent to send metrics and logs from STDOUT\n- `serverless/aws_lambda`\n  - Support AWS Lambda with API Gateway\n\n### Start\n\nThese instructions will help you get Assistant OpenAI up and running on your local machine for development and testing purposes.\n\n### First command to be executed:\n\n```bash\n# Clone this repository with the specific branch\n$ git clone -b \u003cdesired-branch\u003e https://github.com/ramonpaolo/assistant-openai.git\n```\n\n### Running Locally with Docker\n```bash\n# Set the environment variables\n$ nano .env\n\n# Run the docker-compose\n$ docker-compose up --build -d\n```\n\n### Running Locally without Docker\n```bash\n# Set the environment variables\n$ nano .env\n\n# Install the dependencies\n$ pip install -r requirements.txt\n\n# Run the uvicorn\n$ uvicorn main:app --reload\n```\n\n### Running with K8s\n```bash\n# Set the environment variables\n$ nano kubernetes/secrets.yml\n\n# Build the container image\n$ docker buildx build --platform linux/amd64 -t \u003cyour-name-user\u003e/\u003cname-of-image\u003e:latest .\n\n# Upload the image do hub.docker(Image Registry)\n$ docker push \u003cyour-name-user\u003e/\u003cname-of-image\u003e:latest\n\n# Apply kubernetes configs\n$ kubectl apply -f kubernetes\n```\n\n### Running with AWS Lambda\n_Only available to execute in CI/CD pipelines_\n\n## Usage\n\nAccess the folder [docs](docs/) to get example of requests.\n\nThe file [context.txt](docs/context.txt) in `docs/`, is a small example of context to be used in Assistant!\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature/your-feature`\n3. Make your changes and commit them: `git commit -m 'feat: Add some feature'`\n4. Push to your forked repository: `git push origin feature/your-feature`\n5. Create a pull request\n\n## License\n\nThis project is licensed under the MIT - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\nEnjoy using Assistant OpenAI! If you have any questions or feedback, please don't hesitate to reach out to me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonpaolo%2Fassistant-openai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonpaolo%2Fassistant-openai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonpaolo%2Fassistant-openai/lists"}