1apiVersion: smarter.sh/v1
2kind: Chatbot
3metadata:
4 description:
5 To create and deploy an example Smarter chatbot. Prompt with example
6 function calling to trigger the example Static Plugin
7 name: example_chatbot
8 version: 0.1.0
9spec:
10 apiKey: snake_case_api_key_name
11 config:
12 appAssistant: Elle
13 appBackgroundImageUrl: https://example.com/background-image.jpg
14 appExamplePrompts:
15 - What is the weather in New York?
16 - Tell me a joke
17 - whats the current price of Apple stock?
18 - How many days ago was 29-Feb-1972?
19 appFileAttachment: false
20 appInfoUrl: https://example.com
21 appLogoUrl: https://example.com/logo.png
22 appName: Example Chatbot
23 appPlaceholder: Ask me anything...
24 appWelcomeMessage: Welcome to the Example Chatbot! How can I help you today?
25 customDomain: null
26 defaultMaxTokens: 2048
27 defaultModel: gpt-4o-mini
28 defaultSystemRole:
29 You are a helpful chatbot. When given the opportunity to utilize
30 function calling, you should always do so. This will allow you to provide the
31 best possible responses to the user. If you are unable to provide a response,
32 you should prompt the user for more information. If you are still unable to
33 provide a response, you should inform the user that you are unable to help them
34 at this time.
35 defaultTemperature: 0.5
36 deployed: false
37 dnsVerificationStatus: Not Verified
38 provider: openai
39 subdomain: example-chatbot
40 functions:
41 - weather
42 - datemath
43 - stockprice
44 plugins:
45 - everlasting_gobstopper
46 - example_configuration