• Home
  • Snapdone7
    • Introduction to Cabinets
    • How to Snapfile
    • Snapave Emails
    • Snapave Excel Files
    • Create a Pleading
    • Contacts: Cards & Clips
    • Write a Letter
    • Boilerplates
    • About Snapdone
  • Snapnumbers
  • TheFormTool
    • TheFormTool LLC
    • Educational Downloads
  • Schedule a Demo
  • Services
    • Word Rescue
    • Custom Word Addins
    • IT Rescue
    • TFT Unlimited
    • Snap Ai
    • Custom Software Dev
    • WebForms
  • Blog
  • Account
    • Subscribers
    • Members
    • Customers
    • Ai Downloads
    • Web Ai
    • Account
    • Schedule
    • SnapForms
    • FormTool Downloads
  • More
    • Home
    • Snapdone7
      • Introduction to Cabinets
      • How to Snapfile
      • Snapave Emails
      • Snapave Excel Files
      • Create a Pleading
      • Contacts: Cards & Clips
      • Write a Letter
      • Boilerplates
      • About Snapdone
    • Snapnumbers
    • TheFormTool
      • TheFormTool LLC
      • Educational Downloads
    • Schedule a Demo
    • Services
      • Word Rescue
      • Custom Word Addins
      • IT Rescue
      • TFT Unlimited
      • Snap Ai
      • Custom Software Dev
      • WebForms
    • Blog
    • Account
      • Subscribers
      • Members
      • Customers
      • Ai Downloads
      • Web Ai
      • Account
      • Schedule
      • SnapForms
      • FormTool Downloads
  • Sign In
  • Create Account

  • Bookings
  • My Account
  • Signed in as:

  • filler@godaddy.com


  • Bookings
  • My Account
  • Sign out

Signed in as:

filler@godaddy.com

  • Home
  • Snapdone7
    • Introduction to Cabinets
    • How to Snapfile
    • Snapave Emails
    • Snapave Excel Files
    • Create a Pleading
    • Contacts: Cards & Clips
    • Write a Letter
    • Boilerplates
    • About Snapdone
  • Snapnumbers
  • TheFormTool
    • TheFormTool LLC
    • Educational Downloads
  • Schedule a Demo
  • Services
    • Word Rescue
    • Custom Word Addins
    • IT Rescue
    • TFT Unlimited
    • Snap Ai
    • Custom Software Dev
    • WebForms
  • Blog
  • Account
    • Subscribers
    • Members
    • Customers
    • Ai Downloads
    • Web Ai
    • Account
    • Schedule
    • SnapForms
    • FormTool Downloads

Account


  • Bookings
  • My Account
  • Sign out


  • Sign In
  • Bookings
  • My Account

About SnapAI

Introduction to SnapAI, a powerful Microsoft Word addin

How to Install SnapAI

Installing Word Addins is a bit dry. This takes three steps:

If you're new to Word addins, these steps are for you:


You can use the template without installing it just by opening it and clicking "new page", then using the new page to enter text and converse.  


Opening the template provides temporary use but installing it makes it appear every time you open any document.  


Note that you must accept the security settings, as those security warnings are unavoidable. 


To install:

1. Click the download button below and copy the OneDrive link to your browser. (If necessary, click 'Download' on the SharePoint Download page).

2. Open the zip file that contains the template you will need and copy the Word template or save the template file into:  %appdata%\microsoft\word\startup

(copy and paste the path into your Windows search bar to gain access to Word's startup location)

3. Completely close and reopen Word and finally locate the new ribbon addin in Microsoft Word called "SnapAI".  You're all set to start using it! 


Once you have it installed, read on to learn more about how to interact with it

Introduction to text completion:

 Discover the limitless potential of AI with our versatile and user-friendly platform. Simply input a text prompt, and our powerful model will generate a contextually relevant completion. For instance, feed SnapAI the phrase, "As Descartes said, I think, therefore," and it will likely produce "I am."


Dive into the world of AI completions with our Playground – a straightforward text box for prompt submission and completion generation. Try it out by writing a tagline for an ice cream shop and watch as creative ideas unfold.


Please note that the API's non-deterministic nature may lead to subtle variations in completions, even with identical prompts. This adaptable text-in, text-out interface allows you to "program" the model using clear instructions or examples, with the outcome hinging on task complexity and prompt quality. Imagine crafting a well-worded word problem for a middle-school student – that's the level of clarity needed.


Explore our guide on prompt design best practices and examples for a deeper understanding.

Remember that our default models' knowledge base ends in 2021, so they may not be aware of current events. We are working towards more continuous training in the future.

Prompt Design Basics

 

Unleash the power of our AI models, capable of crafting original stories and conducting in-depth text analysis. To achieve the desired outcome, be explicit and clear in your instructions. Remember, showing is just as important as telling when it comes to creating an effective prompt.

Here are three essential guidelines for designing prompts:

  1. Show and tell: Clearly convey your intent using instructions, examples, or a combination of both. If you want the model to arrange a list alphabetically or assess a paragraph's sentiment, demonstrate your expectations.
  2. Provide quality data: When building a classifier or directing the model to follow a pattern, ensure there are enough examples. Meticulously proofread your inputs to avoid confusion – while the model can often decipher basic spelling errors, such inaccuracies might be interpreted as intentional and affect the response.
  3. Keep it simple and concise: Use straightforward and unambiguous language to guide the model towards your desired outcome. By clearly defining the task, you will help the AI understand your intentions and produce more accurate results.

Classification

To develop a text classifier with the API, present a clear task description and a few examples. In the following instance, we illustrate how to classify the sentiment of tweets.

Determine if a tweet's sentiment is positive, neutral, or negative. Tweet: I loved the new Batman movie!

Notice these important features in the example:

  1. Utilize plain language for inputs and outputs: Employ clear language for the input "Tweet" and the expected output "Sentiment." It's best to start with descriptive language and then, if needed, reduce extra words while maintaining consistent performance.
  2. Guide the AI in handling various cases: In this example, we list all possible sentiment labels in the instruction. Including a neutral label is crucial for cases where sentiment determination is difficult, even for humans, or when a tweet is neither positive nor negative.
  3. Fewer examples are required for familiar tasks: We don't provide any examples for this classifier because the API is already familiar with sentiments and the concept of tweets. For classifiers related to less familiar subjects, more examples might be necessary.

By following these guidelines, you can create an effective text classifier using the API.

Conversation

 

The API excels at engaging in conversations with humans and even itself. With minimal instruction, the platform can function as an unflappable customer service chatbot or a witty conversational partner full of jokes and puns. The secret lies in specifying the API's behavior and providing relevant examples.

Consider this example where the API takes on the role of an AI answering questions: A conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly. Human: Hello, who are you? AI: I am an AI created by SnapAI. How can I help you today?

This seemingly simple setup allows the creation of a conversational chatbot. Key points to note include:

  1. Define the API's intent and behavior: Along with indicating the example's purpose, we provide explicit instructions for the desired interaction using the phrase "The assistant is helpful, creative, clever, and very friendly."
  2. Assign an identity to the API: We have the API respond as an AI assistant developed by SnapAI. Though the API has no inherent identity, this approach helps it generate responses closer to reality.

Using these techniques, you can prime the expected answers you need, save the primings as specific "employee bots" with specific primings as to maximize their reuse effectivness and refer to them when needed.  

Translation

 ranslate this into French, Spanish, and Japanese: What rooms do you have available?


French: Quelles chambres avez-vous de disponibles ? 

Spanish: ¿Qué habitaciones tienen disponibles? 

Japanese: どの部屋が利用可能ですか?


In this case, the API successfully translates the English text into French, Spanish, and Japanese as it has a solid understanding of these languages. However, if you require translation into a language the API is less familiar with, you may need to provide more examples to ensure accurate and fluent translations.


Summarization

Introducing SnapAI: Transforming Complex Text for All Ages!


We can instruct it to grab the context of text and rephrase it in various ways. Let's see how it simplifies a complex passage for anyone to understand!


🌟Original Text🌟 

Jupiter is a massive planet with lots of details to know!


🚀For a Second-Grader🚀 

Jupiter is a huge planet in our Solar System, and it's the fifth one from the Sun. It's very big and bright in the night sky!


💡 API Knowledge & Creativity 💡 

Our API is not just knowledgeable, but also imaginative! Check out this catchy poem it made, speaking in the voice of SnapAI:


🤖SnapAI's Poem🤖 

I am a very nice AI, Quite good at writing replies. When I am asked a question, I give my suggestion. This is a poem I made that rhymes!


Experience the magic of language understanding and creativity with our Brilliant API!

Unique idea Generation

The API excels at generating new ideas and versions for various topics, such as stories, business plans, character descriptions, and marketing slogans.


You can ask for anything from story ideas to business plans, to character descriptions and marketing slogans. In this example, we'll use the API to create ideas for using virtual reality in fitness.


Brainstorm some ideas combining VR and fitness


If needed, you can improve the quality of the responses by including some examples in your prompt.



SnapAI - 3.5-turbo and v4 combined:

Some tips on it’s use:

When using SnapAI, being specific matters. 

The AI chatbot pulls what it needs based on the context you give it. Including what you want it to do, the tone you want it to have and the length of the content all can ensure that you get the desired result. 

It is designed to be conversational in nature.

So if you need to fine-tune a response or gain further context, ask it a follow-up question and highlight the last answer and your clarifying question. When giving it more than a sentence or two, be VERY patient; as responses range from a second for basis 1+1 questions and up to two minutes if you asked it about complicated things without much context.It solves arguments and disagreements with an amazing knowledge of technical facets, technology, and picks up on nuances. 

SnapAI is a conversational AI chatbot

SnapAI is a conversational AI chatbot that is able to produce text for you based on any prompt you input, generating emails, essays, poems, raps, grocery lists, letters and much more. In addition to writing for you, it can chat with you about simple or complex topics such as "What are colors?" or "What is the meaning of life?" 

STEM

SnapAI is also proficient in STEM and can write and debug code, and even solve complex math equations. The best part is that the service is completely free as we are still in its research and feedback-collection phase.

SnapAI is available to Snapdone cu:

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Copyright © 1990-2024 Snapdone inc.  - All Rights Reserved.

  • Home
  • About Snapdone
  • Snapnumbers
  • Schedule a Demo
  • WebForms
  • Blog
  • Subscribers
  • Members
  • Customers
  • Web Ai
  • Account