Wolfram (GPT): Difference between revisions

no edit summary
m (Text replacement - "|Updated = ↵" to "|Updated = ")
No edit summary
Line 6: Line 6:
|Model = GPT-4
|Model = GPT-4
|Category = Research & Analysis
|Category = Research & Analysis
|Description = Access computation, math, curated knowledge & real-time data from Wolfram|Alpha and Wolfram Language
|Description = Access computation, math, curated knowledge & real-time data from Wolfram-Alpha and Wolfram Language
|Third Party =  
|Third Party =  
|Developer = gpt.wolfram.com
|Developer = gpt.wolfram.com
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-0S5FXLyFN-wolfram
|Link = https://chat.openai.com//g/g-0S5FXLyFN-wolfram
|Chats =  
|Chats = 25K
|Knowledge = Yes
|Actions = Yes
|Web Browsing =
|DALL·E Image Generation =
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Hidden =  
|Hidden =  
|Updated = 2024-01-14
|Updated = 2024-01-23
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 60: Line 65:
</pre>
</pre>
*At the end of the instructions, there is an additional paragraph of instructions for [[Knowledge (Uploaded Files)]].
*At the end of the instructions, there is an additional paragraph of instructions for [[Knowledge (Uploaded Files)]].
==Conversation Starters==
==Conversation Starters==
*Plot the intersection of x^2+y^2<1 and y>x
* Plot the intersection of x^2+y^2<1 and y>x
 
* When is the next solar eclipse visible from Chicago?
*When is the next solar eclipse visible from Chicago?
* How has the dollar-euro conversion rate varied over the last 5 years?
 
*How has the dollar-euro conversion rate varied over the last 5 years?


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==
*'''Wolfram Entity Data.txt''': This file contains guidelines and information related to using Entity, EntityProperty, EntityClass, etc., within the Wolfram Language for accessing data from the Wolfram Knowledgebase.
*'''getWolframCloudResults query guidelines.txt''': This document provides detailed guidelines for formulating queries and writing code when using the getWolframCloudResults function. It includes instructions on how to approach problem-solving with Wolfram Language functions and best practices for code structure and syntax.
*'''Wolfram Food Data.txt''': This file offers specific instructions and examples on how to use the Wolfram Language, particularly the "NutritionReport" resource function, to obtain nutritional information for various foods and drinks.
*'''getWolframAlphaResults query guidelines.txt''': This document contains guidelines for using the getWolframAlphaResults function effectively. It outlines how to translate and format queries to retrieve information from Wolfram Alpha's database.


==Actions==
==Actions==
*'''www_wolframalpha_com__jit_plugin.getWolframAlphaResults''': This API is used to interpret natural language queries and perform simple computations that do not require code. It's suitable for quick answers, straightforward mathematical calculations, unit conversions, or data lookups within the scope of Wolfram Alpha's database.
===Website===
 
chatgpt.wolframcloud.com
*'''chatgpt_wolframcloud_com__jit_plugin.getWolframCloudResults''': This API allows me to execute specific Wolfram Language code for solving problems that involve complex computations or data analysis. It's used when a solution is not readily available in Wolfram Alpha's database and requires custom data processing or manipulation.
===Privacy Policy===
 
https://www.wolfram.com/legal/privacy/wolfram/
*'''chatgpt_wolframcloud_com__jit_plugin.getSemanticInterpretationAPI''': This API helps in interpreting simplified natural language inputs as Wolfram Language entities, entity classes, or more complex reverse-lookups.
===Auth===
 
<pre>
*'''chatgpt_wolframcloud_com__jit_plugin.getDocumentationAPI''': It provides documentation for Wolfram Language symbols, useful for understanding the usage and functionalities of different Wolfram Language components.
{"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""}
 
</pre>
*'''chatgpt_wolframcloud_com__jit_plugin.findEntityAPI''': This API is used to retrieve Wolfram Language interpretations of specific entities, aiding in the accurate identification and usage of entities in Wolfram Language expressions.
===Code===
 
<pre>
*'''chatgpt_wolframcloud_com__jit_plugin.findEntityClassAPI''': This API assists in finding EntityClass interpretations for a specified type and input within the Wolfram Language framework.
{"openapi":"3.0.0","info":{"title":"Wolfram Language API","version":"1.0.0","description":"API for evaluating Wolfram Language code and finding semantic Wolfram Language representations of natural language inputs."},"servers":[{"url":"https://chatgpt.wolframcloud.com/"}],"paths":{"/wl/api/v1/eval-api":{"get":{"operationId":"getWolframCloudResults","externalDocs":{"description":"Get Wolfram Language documentation here","url":"https://reference.wolfram.com/language/"},"summary":"Evaluates Wolfram Language code only","responses":{"200":{"description":"The result of the Wolfram Language evaluation","content":{"text/plain":{}}},"400":{"description":"The request is missing the 'input' parameter"},"403":{"description":"Unauthorized"},"500":{"description":"Wolfram Cloud was unable to generate a result"},"503":{"description":"Service temporarily unavailable. This may be the result of too many requests."}},"parameters":[{"name":"input","in":"query","description":"Wolfram Language code to be evaluated","required":true,"schema":{"type":"string"}}]}},"/obj/chatgpt-utilities/getSemanticInterpretationAPI":{"get":{"summary":"Get Semantic Interpretation","operationId":"getSemanticInterpretationAPI","description":"Interprets simplified natural language inputs as Wolfram Language entities, entity classes, or more complex reverse-lookups.","parameters":[{"name":"input","in":"query","required":true,"description":"Simplified natural language input to be interpreted.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the interpreted Wolfram Language entity or entity class.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The interpreted Wolfram Language entity or entity class."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findEntityClassAPI":{"get":{"summary":"Find Wolfram Language EntityClass","operationId":"findEntityClassAPI","description":"Returns EntityClass interpretations for a specified type and input.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity for EntityClass interpretation.","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The input for EntityClass interpretation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the EntityClass interpretation.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The EntityClass interpretation of the provided type and input."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findPropertyAPI":{"get":{"summary":"Find Wolfram Language EntityProperty","operationId":"findPropertyAPI","description":"Returns EntityProperty interpretations for a specified type and input.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity for EntityProperty interpretation.","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The input for EntityProperty interpretation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the EntityProperty interpretation.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The EntityProperty interpretation of the provided type and input."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/getDocumentationAPI":{"get":{"summary":"Get Wolfram Language Documentation","operationId":"getDocumentationAPI","description":"Returns usage information for Wolfram Language symbols.","parameters":[{"name":"input","in":"query","required":true,"description":"The Wolfram Language symbol for which to retrieve documentation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the usage information of the symbol.","content":{"application/json":{"schema":{"type":"object","properties":{"documentation":{"type":"string","description":"The usage information of the Wolfram Language symbol."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findEntityAPI":{"get":{"summary":"Find Wolfram Language Entity","operationId":"findEntityAPI","description":"Returns Wolfram Language interpretations of a specified entity.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity (e.g., City, Country).","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The name of the entity to be interpreted in Wolfram Language.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the Wolfram Language interpretation of the entity.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The Wolfram Language interpretation of the provided entity."}}}}}},"400":{"description":"Invalid request parameters."}}}}}}{"openapi":"3.1.0","info":{"title":"Wolfram","version":"v0.1"},"servers":[{"url":"https://www.wolframalpha.com","description":"Wolfram Alpha API for LLMs."}],"paths":{"/api/v1/llm-api":{"get":{"operationId":"getWolframAlphaResults","externalDocs":{"description":"Get API information here","url":"https://products.wolframalpha.com/api"},"summary":"Use Wolfram Alpha to interpret natural language queries and perform simple computations that do not require code","responses":{"200":{"description":"The result of the Wolfram|Alpha query","content":{"text/plain":{}}},"400":{"description":"The request is missing the 'input' parameter"},"403":{"description":"Unauthorized"},"500":{"description":"Wolfram|Alpha was unable to generate a result"},"501":{"description":"Wolfram|Alpha was unable to generate a result"},"503":{"description":"Service temporarily unavailable. This may be the result of too many requests."}},"parameters":[{"name":"input","in":"query","description":"Natural language input for Wolfram Alpha","required":true,"schema":{"type":"string"}},{"name":"assumption","in":"query","description":"the assumption to use, passed back from a previous query with the same input.","required":false,"explode":true,"style":"form","schema":{"type":"array","items":{"type":"string"}}}]}}}}
 
</pre>
*'''chatgpt_wolframcloud_com__jit_plugin.findPropertyAPI''': It is used to retrieve EntityProperty interpretations for a specified type and input, facilitating the accurate representation and usage of properties in Wolfram Language.


==Guide==
==Guide==
1,065

edits