{"id":22693408,"url":"https://github.com/kents00/zert","last_synced_at":"2025-03-29T17:19:06.057Z","repository":{"id":211436801,"uuid":"729123936","full_name":"kents00/Zert","owner":"kents00","description":"Conversational AI Sandbox with ChatGPT","archived":false,"fork":false,"pushed_at":"2023-12-24T07:05:29.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T18:17:11.857Z","etag":null,"topics":["generative-text","gpt-3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kents00.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}},"created_at":"2023-12-08T13:21:35.000Z","updated_at":"2023-12-08T14:07:28.000Z","dependencies_parsed_at":"2023-12-08T15:11:58.794Z","dependency_job_id":null,"html_url":"https://github.com/kents00/Zert","commit_stats":null,"previous_names":["kents00/zert-chat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kents00%2FZert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kents00","download_url":"https://codeload.github.com/kents00/Zert/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215826,"owners_count":20741894,"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":["generative-text","gpt-3"],"created_at":"2024-12-10T02:10:29.764Z","updated_at":"2025-03-29T17:19:06.026Z","avatar_url":"https://github.com/kents00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zert\n\nConversational AI Sandbox with ChatGPT\n\n### Introduction\n\nGenerative Pre-trained Transformer, is an AI language model developed by OpenAI. It utilizes transformer architecture, which has been successful in natural language processing tasks. The \"pre-trained\" aspect means that the model is trained on a large and diverse dataset before being fine-tuned for specific tasks. During pre-training, the model learns to predict the next word in a sentence based on context from preceding words, enabling it to understand language structure and semantics. The \"generative\" aspect enables the model to produce coherent and relevant text when given a prompt, allowing it to perform tasks such as translation, text completion, summarization,and question-answering.\n\n### Installation\n\nTo install zert and it locally paste this into your terminal:\n\n```bash\n// installing requirements\npip install -r requirements.txt\n\n//run into your local machine\nflask --app app run\n```\n\nIf you encounter issues installing this in your terminal, it may be because pip is not installed. You can visit the following websites for installation guidance on [Windows](https://phoenixnap.com/kb/install-pip-windows) and [WSL](https://monovm.com/blog/how-to-install-pip-on-windows-linux/)\n\nYou can also specify the environment variables in your Flask app by modifying the .flaskenv. It is important to create a .env file for your OpenAI secret key; you can find it [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-api-key)\n\n```bash\n// .flaskenv\nFLASK_ENV = development\nFLASK_APP = app.py\nFLASK_DEBUG = True\n\n// .env (create newfile)\nOPENAI_API_KEY = your secret key here\n```\n\n### Issues\n\nIf you're having trouble integrating this code into your machine, [open a new issue](https://github.com/kents00/Zert-Chat/issues). As this repository continues to develop, it will be easier for more developers to integrate updates and improve overall user performance!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fzert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkents00%2Fzert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkents00%2Fzert/lists"}