WorkGPT allows you to configure and deploy an Autonomous AI role. Name your custom AI and have it embark on any goal imaginable. WorkGpT is user-friendly compared to AutoGPT due to its UI and can be used by people from non-programming backgrounds. WorkGPT can create its own prompts while AutoGPT depends on user inputs.
Connect the apps you use every day to automate your work and be more productive.
Task is a built-in feature of WorkGPT that lets you set up a task to run at a specific time.
Frequency:
Daily
Weekly
Monthly
Annually
Not repeat
Use your own OpenAI API key, you will have access to all models available without any token limits.
Token limit for GPT 3.5: 4096 tokens
Token limit for GPT 3.5 16K: 16,384 tokens tokens
Token limit for GPT 4: 8192 tokens
Temperature
What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
Top P
An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.
Frequency Penalty
Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
Presence Penalty
An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with presence_penalty probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.