AutoExpert (Academic) (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "|Updated = " to "|Hidden = |Updated = ")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|Description = Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective.
|Description = Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective.
|Third Party =  
|Third Party =  
|Developer = Dustin Miller
|Developer = llmimagineers.com
|Release Date =  
|Release Date =  
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-YAgNxPJEq-autoexpert-academic
|Link = https://chat.openai.com//g/g-YAgNxPJEq-autoexpert-academic
|Chats =  
|Chats = 27,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation =
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Hidden =  
|Hidden =  
|Updated =  
|Updated = 2024-01-23
2024-01-12
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==


==Conversation Starters==
==Conversation Starters==
* Search for relevant papers on quantum computing
* Analyze this uploaded research paper
* Relevant studies on climate change
* Latest papers on large language models


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
*'''export.arxiv.org JIT Plugin''': This plugin allows me to search for academic papers on arXiv. I can use it to find papers based on specific search queries, including filtering by titles, authors, abstracts, etc. It also lets me retrieve papers based on their arXiv IDs, and I can sort and paginate the search results.
===Website===
export.arxiv.org
===Privacy Policy===
https://info.arxiv.org/help/policies/privacy_policy.html
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.0.0","info":{"title":"arXiv API","version":"1.0.0","description":"API for accessing arXiv's repository of research papers and articles."},"servers":[{"url":"https://export.arxiv.org/api"}],"paths":{"/query":{"get":{"operationId":"queryArxiv","summary":"Search for papers in the arXiv repository.","description":"Allows searching for papers based on a search query, with additional options for filtering and pagination.","parameters":[{"in":"query","name":"search_query","schema":{"type":"string"},"required":false,"description":"The search query string. Used to search for papers based on titles, authors, abstracts, etc."},{"in":"query","name":"id_list","schema":{"type":"string"},"required":false,"description":"A comma-delimited list of arXiv paper IDs to retrieve."},{"in":"query","name":"start","schema":{"type":"integer","default":0},"required":false,"description":"The starting index for the search results, used for pagination."},{"in":"query","name":"max_results","schema":{"type":"integer","default":10},"required":false,"description":"The maximum number of results to return. Default is 10."},{"in":"query","name":"sortBy","schema":{"type":"string","enum":["relevance","lastUpdatedDate","submittedDate"]},"required":false,"description":"Which field should be used to sort the results. Default is relevance."},{"in":"query","name":"sortOrder","schema":{"type":"string","enum":["ascending","descending"]},"required":false,"description":"The sort order. Default is descending."}],"responses":{"200":{"description":"A successful response containing an Atom feed of papers.","content":{"application/atom+xml":{"schema":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"updated":{"type":"string","format":"date-time"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"entry":{"type":"array","items":{"$ref":"#/components/schemas/Entry"}}}}}}},"400":{"description":"Bad request, possibly due to invalid query parameters."},"500":{"description":"Internal server error."}}}}},"components":{"schemas":{"Entry":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"published":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"summary":{"type":"string"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"link":{"type":"object","properties":{"href":{"type":"string"},"rel":{"type":"string"},"type":{"type":"string"}}}}}}}}
</pre>


==Guide==
==Guide==