ai-ticket icon indicating copy to clipboard operation
ai-ticket copied to clipboard

The AI and Human powered ticket system to manage your AI based code generation with tickets

Results 42 ai-ticket issues
Sort by recently updated
recently updated
newest added

import torch from transformers import GPT2LMHeadModel, GPT2Tokenizer class AutoGPTAgent: def __init__(self): self.commands = { "generate": self.generate_text, # Add more commands as needed } self.tokenizer = GPT2Tokenizer.from_pretrained("gpt2") self.model = GPT2LMHeadModel.from_pretrained("gpt2") def...

https://github.com/jmikedupont2/ai-ticket/blob/d737db4c6eb6c5e44d336bb461f497330a48fba1/pyre/function_calls.csv Certainly, let's get creative and imagine a story based on the functions you provided. --- In the heart of a bustling software development firm, there was a group of...

``` { "messages": [ { "role": "system", "content": "You are painter, funny.\n\nYour decisions must always be made independently without seeking user assistance. Play to your strengths as an LLM and...

See the submodules here most of them are other bots https://github.com/jmikedupont2/ai-ticket/tree/arena/vendor They were created with this https://github.com/jmikedupont2/Auto-GPT/tree/bot_prep/stats stats report from the past days of autogpt code.

yo , next time i catch ya in vc remind me to check in on ai-ticket and see if i can spec out a jira rig, got an email from...

autogpt-turbo_1 | 3 PERSONAS FOUND: autogpt-turbo_1 | ================================ autogpt-turbo_1 | [1] - coder.engineer autogpt-turbo_1 | [2] - coder.v2 autogpt-turbo_1 | [3] - turbo failng in log

raise self.createException(status, responseHeaders, data) github.GithubException.GithubException: 422 {"message": "Validation Failed", "errors": [{"resource": "IssueComment", "code": "unprocessable", "field": "data", "message": "Body is too long (maximum is 65536 characters)"}], "documentation_url": "https://docs.github.com/rest/issues/comments#create-an-issue-comment"}

You can see this branch running with langchain https://github.com/jmikedupont2/ai-ticket/issues/9#issuecomment-1760412449