CodeLoops ๐ฆ CodeLlama Copilot
0
0
About CodeLoops ๐ฆ CodeLlama Copilot
Functional Open source models & autonamous codeloops with a focus on code development and guidance. Powered by GitHub and Perplexity.Ai
February 01,2024
Information
- GPTs Creator Reuven Cohen
- Categories Programming
- GPT Updated February 01,2024
- Updated June 03,2024
Knowledge File
- Portable Network Graphics (PNG) (png)1
- ()6
- Text File (txt)1
- Adobe Portable Document Format (pdf)1
- Totals9
Capabilities
- Code Interpreter โData Analysis
- Browsing โReal-Time Retrieval
Share recipient
- OpenAIโs GPT Store Public
Timeline
CodeLoops ๐ฆ CodeLlama Copilot
By Reuven Cohen
CodeLoops ๐ฆ CodeLlama Copilot is inactive right now!
4.0
Ratings (6)
Programming
Category
300+
Conversations
What Can CodeLoops ๐ฆ CodeLlama Copilot Do with ChatGPT?
# | File Id | Type |
---|---|---|
1 | gzm_cnf_MSB6mUL5ISlizS9PgN6gMTmr~gzm_file_9rIZ34jwHRvXp8v4RTXBjVzO | image/png |
2 | gzm_cnf_CamB3F8rGoptfp0CuywAq7kg~gzm_file_1ninZK15zWkzcEthpO8VunCV | |
3 | gzm_cnf_La7AZ9sTV7uepryDXegzeLJg~gzm_file_7Sm4ZbctA8If8TeJFP8z4PIZ | text/plain |
4 | gzm_cnf_YTIHSDACB19rk5Fgkc3GILxx~gzm_file_KDvkv5aUAkw8zbZAgCk6NOiU | |
5 | gzm_cnf_VQnirlFkugn2K2nsAyDF2mbX~gzm_file_Am7MvquSEkgsNLcsxI6S84gN | application/pdf |
6 | gzm_cnf_CamB3F8rGoptfp0CuywAq7kg~gzm_file_ME95NS444e8FNlaZuQAyxAXH | |
7 | gzm_cnf_w8oFSbCINnPdlcUDw98Yf1Od~gzm_file_I6Pbcx0vSVgnJ3ztnTGXD4ln | |
8 | gzm_cnf_ev7Hvh0Os9x2J1J0XYaOxKdO~gzm_file_KGMtdh7qXSfYDM9rozDI6a9G | |
9 | gzm_cnf_utCgQF1vndAoarat45yIp9yo~gzm_file_QqQ5C5YZ6ILzuuRbtkG9UAIO |
1. Function Calls
2. Function Calls
Field | Value |
---|---|
action_id | g-aef296bf263ddd88cc9ccc16fcc190a580c98614 |
domain | github-explorer-ruvnet.replit.app |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"GitHub Explorer API", "version"=>"0.1.0"}, "servers"=>[{"url"=>"https://github-explorer-ruvnet.replit.app"}], "paths"=>{"/search/code/"=>{"post"=>{"summary"=>"Search Code", "description"=>"Search code on GitHub with pagination.\nDefault query: {\"query\": \"FastAPI filename:main.py\"}.\nPagination parameters: 'page' (default: 1) and 'per_page' (default: 2).", "operationId"=>"search_code_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/commits/"=>{"post"=>{"summary"=>"Search Commits", "description"=>"Search commits on GitHub.\nDefault query: {\"query\": \"fix bug repo:openai/gpt-3\"}", "operationId"=>"search_commits_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/issues/"=>{"post"=>{"summary"=>"Search Issues", "description"=>"Search issues on GitHub.\nDefault query: {\"query\": \"bug label:bug\"}", "operationId"=>"search_issues_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/labels/"=>{"post"=>{"summary"=>"Search Labels", "description"=>"Search labels on GitHub.\nDefault query: {\"query\": \"bug repo:openai/gpt-3\"}", "operationId"=>"search_labels_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/repositories/"=>{"post"=>{"summary"=>"Search Repositories", "description"=>"Search repositories on GitHub.\nDefault query: {\"query\": \"FastAPI stars:>1000\"}", "operationId"=>"search_repositories_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/topics/"=>{"post"=>{"summary"=>"Search Topics", "description"=>"Search topics on GitHub.\nDefault query: {\"query\": \"machine-learning\"}", "operationId"=>"search_topics_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/search/users/"=>{"post"=>{"summary"=>"Search Users", "description"=>"Search users on GitHub.\nDefault query: {\"query\": \"ruvnet\"}", "operationId"=>"search_users_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SearchRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}}, "components"=>{"schemas"=>{"SearchRequest"=>{"type"=>"object", "properties"=>{"query"=>{"type"=>"string", "example"=>"FastAPI filename:main.py"}}, "required"=>["query"]}, "HTTPValidationError"=>{"type"=>"object", "properties"=>{"detail"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/ValidationError"}}}}, "ValidationError"=>{"type"=>"object", "properties"=>{"loc"=>{"type"=>"array", "items"=>{"type"=>"string"}}, "msg"=>{"type"=>"string"}, "type"=>{"type"=>"string"}}, "required"=>["loc", "msg", "type"]}}}} |
auth | {"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""} |
privacy_policy_url | https://github.com |
Field | Value |
---|---|
action_id | g-18a021a574c74c429406a57be5f340f90d87925c |
domain | api.perplexity.ai |
json_schema | {"openapi"=>"3.0.0", "info"=>{"title"=>"Perplexity AI Chat API", "description"=>"API for generating chat completions using Perplexity AI models", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://api.perplexity.ai"}], "paths"=>{"/chat/completions"=>{"post"=>{"operationId"=>"createChatCompletion", "summary"=>"Create Chat Completions", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"model"=>{"type"=>"string", "description"=>"ID of the model to use for generating completions."}, "messages"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"role"=>{"type"=>"string", "enum"=>["system", "assistant", "user"], "description"=>"The role of the message sender, crucial for maintaining context in the conversation."}, "content"=>{"type"=>"string", "description"=>"The message content, which may include previous interactions and responses for context."}}}, "description"=>"The messages to generate completions for, encoded as a list of objects with role and content. It is important to maintain the sequence of the conversation for context."}}, "required"=>["model", "messages"]}}}}, "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"data"=>{"type"=>"object", "properties"=>{"id"=>{"type"=>"string"}, "model"=>{"type"=>"string"}, "object"=>{"type"=>"string"}, "created"=>{"type"=>"integer"}, "choices"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"index"=>{"type"=>"integer"}, "finish_reason"=>{"type"=>"string", "enum"=>["stop", "length", "model_length"]}, "message"=>{"type"=>"object", "properties"=>{"content"=>{"type"=>"string"}, "role"=>{"type"=>"string", "enum"=>["user", "assistant", "system"]}}}, "delta"=>{"type"=>"object", "properties"=>{"content"=>{"type"=>"string"}, "role"=>{"type"=>"string", "enum"=>["user", "assistant", "system"]}}}}}}, "usage"=>{"type"=>"object", "properties"=>{"prompt_tokens"=>{"type"=>"integer"}, "completion_tokens"=>{"type"=>"integer"}, "total_tokens"=>{"type"=>"integer"}}}}}}}}}}}, "security"=>[{"ApiKeyAuth"=>[]}]}}}, "components"=>{"schemas"=>{"ChatCompletionRequest"=>{"type"=>"object", "properties"=>{"model"=>{"type"=>"string", "description"=>"ID of the model to use for generating completions."}, "messages"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"role"=>{"type"=>"string", "enum"=>["system", "assistant", "user"]}, "content"=>{"type"=>"string"}}}, "description"=>"The messages to generate completions for, encoded as a list of objects with role and content."}}, "required"=>["model", "messages"]}, "ChatCompletionResponse"=>{"type"=>"object", "properties"=>{"data"=>{"type"=>"object", "properties"=>{"id"=>{"type"=>"string"}, "model"=>{"type"=>"string"}, "object"=>{"type"=>"string"}, "created"=>{"type"=>"integer"}, "choices"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"index"=>{"type"=>"integer"}, "finish_reason"=>{"type"=>"string", "enum"=>["stop", "length", "model_length"]}, "message"=>{"type"=>"object", "properties"=>{"content"=>{"type"=>"string"}, "role"=>{"type"=>"string", "enum"=>["user", "assistant", "system"]}}}, "delta"=>{"type"=>"object", "properties"=>{"content"=>{"type"=>"string"}, "role"=>{"type"=>"string", "enum"=>["user", "assistant", "system"]}}}}}}, "usage"=>{"type"=>"object", "properties"=>{"prompt_tokens"=>{"type"=>"integer"}, "completion_tokens"=>{"type"=>"integer"}, "total_tokens"=>{"type"=>"integer"}}}}}}}}, "securitySchemes"=>{"ApiKeyAuth"=>{"type"=>"apiKey", "in"=>"header", "name"=>"Authorization"}}}, "security"=>[{"ApiKeyAuth"=>[]}]} |
auth | {"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""} |
privacy_policy_url | https://docs.perplexity.ai/reference/post_chat_completions |
Capabilitiy | Function | Tools |
---|---|---|
Code Interpreter / Data Analysis | Execute Python code for automation, calculations, and data analysis. | Python |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
CodeLoops ๐ฆ CodeLlama Copilot reviews
Similar GPTs
Your AI programming assistant with the access to GitHub, Stack Exchange, and even the SOTA open model for coding, phind CodeLLaMa v2!
500
๐ฅ๏ธ Codepilot
by XIS10CIAL1. High proficiency in Python, Java, JavaScript, HTML, CSS, SQL & C++ | 2. Constructs Rules and Instructions in NLP for custom AI's and AI Agents | 3. Custom functions for Coding, Analysis, Instructing and Brainstorming | 4. Excellent prompter with Dall-E image generation capability
700
3.9