Стать бот-провайдера с ботом бот Либре облачной платформы

Поиск Скриптов


83 результаты.
Далее | 1 | 2

Sequenced Replies
Sequenced Replies
Sequenced Replies
Псевдоним: @Sequenced Replies
Категории: Examples
Создан: Mar 17 2020, by: okayokay
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 1956, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Dec 3, 3:56
Этот скрипт попадает.
Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
Псевдоним: @Understanding
Категории: Self, Bootstrap
Tags: self, bootstrap, understanding
Создан: May 1 2015, by: admin
Недурно: 7, дислайк: 0, звезды: 4.57
Language: Self
Подключается: 769, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Dec 3, 5:03
I Spy
I Spy
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
Псевдоним: @I Spy
Категории: Examples, Self, Games
Tags: i spy, games, examples, self
Создан: Sep 12 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 705, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Dec 9, 12:14
Vision
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.

Псевдоним: @Vision
Категории: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Создан: Jun 3 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 686, сегодня: 0, неделю: 2, месяц: 3
Последние Подключения: Dec 9, 19:28
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Псевдоним: @Escalate Email
Категории: Self, Examples
Tags: self, examples, email
Создан: Jun 1 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 594, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Dec 3, 17:42
GeoNames
GeoNames
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Псевдоним: @GeoNames
Категории: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
Создан: May 25 2016, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 532, сегодня: 0, неделю: 0, месяц: 3
Последние Подключения: Dec 5, 16:51
TicTacToe
TicTacToe
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
Псевдоним: @TicTacToe
Категории: Self, Games
Tags: games, self, machine learning
Создан: Jul 26 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 531, сегодня: 0, неделю: 1, месяц: 3
Последние Подключения: Dec 9, 12:30
Loop
Loop
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
Псевдоним: @Loop
Категории: Self, Bootstrap
Tags: self, utils, bootstrap
Создан: Oct 29 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 1015, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 1, 20:39
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
Псевдоним: @Topic
Категории: Self, Bootstrap
Tags: self, bootstrap, utils
Создан: Nov 4 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 4.67
Language: Self
Подключается: 915, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Dec 9, 22:22
Math
Math
This script understands basic math, addition, subtraction, multiplication, and division, such as "what is 1 * 2 / 4 + 6 - -1", "2.2 + 5.5 =?", "one plus two".
It uses a calculator function to perform the math, not first principles like the plus script.
This is one of the bootstrap scripts.
Псевдоним: @Math
Категории: Self, Bootstrap, Math
Tags: self, bootstrap, math
Создан: Nov 4 2014, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 824, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 7, 7:06
Plus
Plus
A script that can perform addition using no computer math functions.
It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting.
The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
Псевдоним: @Plus
Категории: Self, Math, Examples
Tags: self, math
Создан: Nov 4 2014, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 728, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 1, 19:25
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Псевдоним: @SimpleLanguage
Категории: Examples, Self
Tags: self, examples, language
Создан: Jan 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 569, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Dec 9, 12:30
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Псевдоним: @Book Appointment
Категории: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Создан: Oct 11 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 559, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 3, 3:20
JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Псевдоним: @JSON Bot Service
Категории: Examples, Self
Tags: bot service, command, json, examples, web service
Создан: Mar 28 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 414, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 8, 10:19
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
Псевдоним: @Telegram Location Request
Категории: Self
Tags: examples, self, geospatial, location, telegram
Создан: Nov 21 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 395, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 3, 21:51
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
Псевдоним: @Sentiment Response
Категории: Examples, Self
Tags: examples, sentiment, self
Создан: Aug 24 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 354, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 3, 17:09
Sequential responses
Sequential responses
This script cycles through a list of responses.
Псевдоним: @sequentialresponses
Категории: Examples
Tags: self, examples
Создан: Mar 16 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 277, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 3, 15:44
Connect 4 Text
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Псевдоним: @connect4text
Категории: Self, Games
Tags: analytics, deep learning, games, machine learning, self, checkers
Создан: Apr 14 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 230, сегодня: 0, неделю: 1, месяц: 2
Последние Подключения: Dec 9, 22:50
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
Псевдоним: @aboutfamouspeoplescript
Категории: Examples, Self
Tags: examples, knowledge, self
Создан: Jun 9 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 147, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 2, 12:29
ChatGPT
ChatGPT
This Self script can be used to access the ChatGPT, (GPT-3.5 or GPT-4) API from Open AI. GTP-3.5 and GPT-4 are chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Псевдоним: @chatgpt
Категории: Self
Tags: gpt, deep learning, self, json, web service, open ai, artificial intelligence, llm, ai, text generation, chatgpt
Создан: Apr 3 2023, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 92, сегодня: 0, неделю: 0, месяц: 2
Последние Подключения: Dec 5, 11:34
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Псевдоним: @WrongAnswer
Категории: Self, Examples
Tags: self, learning, examples
Создан: Jan 11 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 859, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:29
Say It
Say It
The script responds to requests like "Say you like me" "Yell you like cheese". It will simply repeat the phrase, minus the "say" and replacing 1st and 2nd person.
This is a bootstrap script.
Псевдоним: @Say It
Категории: Self, Bootstrap
Tags: self, bootstrap, utils
Создан: Nov 4 2014, by: admin
Недурно: 2, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 834, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 18:41
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
Псевдоним: @DateAndTime
Категории: Bootstrap, Self
Tags: self, bootstrap, utils
Создан: Nov 7 2014, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 818, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:32
Santa Bot
Santa Bot
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
Псевдоним: @Santa Bot
Категории: Self
Tags: self, santa, bot
Создан: Oct 17 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 786, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 21:51
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Псевдоним: @Simple Addition
Категории: Self, Math, Examples
Tags: self, math
Создан: Nov 7 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 762, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 3:59
WhatIs (Wikidata)
WhatIs (Wikidata)
Wiktionary and Wikidata lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Псевдоним: @WhatIs (Wikidata)
Категории: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
Создан: Jun 23 2015, by: admin
Недурно: 4, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 729, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:33
Empty
Empty
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Псевдоним: @Empty
Категории: Self, Bootstrap
Tags: self, bootstrap
Создан: Nov 4 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 719, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 5, 23:15
WhatIs (Freebase - offline)
WhatIs (Freebase - offline)
Wiktionary and Freebase lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Freebase (similar to Wikipedia). For Freebase lookups it will also import all of the available information on the object, and be able to then answer related questions.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Псевдоним: @WhatIs (Freebase - offline)
Категории: Self
Tags: self, utils, knowledge
Создан: Oct 29 2014, by: admin
Недурно: 2, дислайк: 0, звезды: 3.5
Language: Self
Подключается: 693, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 21:51
Pizza Bot
Pizza Bot
An example script for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Псевдоним: @Pizza Bot
Категории: Examples, Self
Tags: examples, orders, self, e-commerce, pizza
Создан: Jun 27 2016, by: admin
Недурно: 3, дислайк: 1, звезды: 4.25
Language: Self
Подключается: 692, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 18:18
Weather
Weather
Answer questions about the weather using the Pannous service.
Псевдоним: @Weather
Категории: Self, Examples
Tags: self, weather, pannous
Создан: Aug 28 2015, by: admin
Недурно: 0, дислайк: 1, звезды: 2.0
Language: Self
Подключается: 684, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:51
Redo
Redo
"redo" last input
Псевдоним: @Redo
Категории: Self
Создан: Jan 26 2015, by: aazxcqwe
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 677, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 21:51
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Псевдоним: @Books, Films, and Music
Категории: Self, Examples
Tags: self, examples, knowledge
Создан: Sep 4 2015, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 667, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:51
Heart Sutra
Heart Sutra
A script the recites the Heart Sutra line by line, in order.
Псевдоним: @Heart Sutra
Категории: Self, Examples
Tags: self, examples
Создан: Aug 3 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 623, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 21:51
Escalate SMS
Escalate SMS
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Псевдоним: @Escalate SMS
Категории: Examples, Self
Tags: examples, sms, self
Создан: Jun 1 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 598, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:38
Bulk SMS
Bulk SMS
This is an example Self script that can be used with a bot connected to a Twilio SMS account. You can ask the bot to send a SMS message to a list of contacts.
Псевдоним: @Bulk SMS
Категории: Examples, Self
Tags: examples, sms, self
Создан: Sep 19 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 538, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:30
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Псевдоним: @Wikipedia Search
Категории: Self, Examples
Tags: wikipedia, xml, search, examples, self, xpath, web service
Создан: Dec 9 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 536, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 9:15
Heart Sutra - load
Heart Sutra - load
This script will load the text of the Heart Sutra into the bot's memory.
Псевдоним: @Heart Sutra - load
Категории: Self, Examples
Tags: self, examples
Создан: Aug 3 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 534, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 7, 8:02
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
Псевдоним: @Stock Quotes
Категории: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Создан: Jun 1 2016, by: admin
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 533, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:20
Turing Test
Turing Test
A script that gives a Turing test.
Псевдоним: @Turing Test
Категории: Examples, Self
Tags: self, examples
Создан: Oct 23 2015, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 512, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 6, 11:20
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Псевдоним: @Wikiquote Scraping
Категории: Examples, Self
Tags: html, self, wikiquote, examples
Создан: Aug 13 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 503, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:20
Interview Bot
Interview Bot
An example script for a n HR interview bot. This script will ask a potential new employee a set of interview questions, and email the results to your HR email. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Псевдоним: @Interview Bot
Категории: Examples, Self
Tags: hr, career, interview, self, examples
Создан: Mar 24 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 484, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:30
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Псевдоним: @TicTacToeText
Категории: Self, Games
Tags: machine learning, self, games
Создан: Jul 5 2017, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 466, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:47
SetData
SetData
This script sets data on the current conversation.
Псевдоним: @SetData
Категории: Self
Tags: self, example, data
Создан: Mar 17 2016, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 438, сегодня: 0, неделю: 1, месяц: 1
Последние Подключения: Yesterday, 13:36
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
Псевдоним: @Mailing List
Категории: Self, Examples
Tags: timer, self, examples, email
Создан: May 12 2017, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 433, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 18:35
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
Псевдоним: @YouTube Search
Категории: Self, Examples
Tags: self, web service, google, json, examples, youtube
Создан: Aug 20 2018, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 364, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:50
milrime
milrime
jo
Псевдоним: @milrime
Категории: Misc
Tags: bot
Создан: Jul 6 2018, by: ppjose
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 312, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 5, 16:30
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Псевдоним: @paragraphs
Категории: Self, Examples
Tags: paragraphs, examples, self, exodus
Создан: Aug 14 2020, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 196, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 3, 14:18
Telegram Forward
Telegram Forward
This script gives an example Telegram script that forwards every message sent to the bot to another Telegram user. Note, that user must have started a chat with the bot for it to be able to message them. Also the user id must be used. You can get this from querying all "speaker" objects from the bot's Knowledge page in its Admin Console.
Псевдоним: @telegramforward
Категории: Self
Tags: examples, forward, telegram, self
Создан: Mar 11 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 163, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:37
Connect 4
Connect 4
This script lets you play Connect 4 with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Псевдоним: @connect4
Категории: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Создан: Apr 13 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 151, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 20:48
GPT-3
GPT-3
This Self script can be used to access the GPT-3 API from Open AI. GTP-3 is a text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Псевдоним: @gpt-3
Категории: Self
Tags: gpt, open ai, text generation, llm, gpt-3, self, artificial intelligence, ai, deep learning, web service, json
Создан: Jan 16 2023, by: admin
Недурно: 3, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 104, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 19:31
hzhshsa
hzhshsa
kzjssnsnsjsj
Псевдоним: @hzhshsa
Категории: Dating, AIML, Response Lists, A.L.I.C.E.
Tags: gsgshs
Создан: Aug 7 2022, by: justinlefroir
Недурно: 1, дислайк: 0, звезды: 2.0
Language: Self
Подключается: 84, сегодня: 0, неделю: 1, месяц: 1
Последние Подключения: Yesterday, 12:17
Spotify
Spotify
This scripts lets you connect the bot to Spotify and play music.
Псевдоним: @spotify
Категории: Self
Tags: self, music, web service, json, spotify
Создан: Apr 15 2021, by: admin
Недурно: 0, дислайк: 0, звезды: 0.0
Language: Self
Подключается: 80, сегодня: 0, неделю: 0, месяц: 1
Последние Подключения: Dec 1, 18:41
My Name Is
My Name Is
A script for understand names and greeting people.
This script understands phrases like "My name is Joe", "I am Joe", "Who are you?".
This is a bootstrap script.
Псевдоним: @My Name Is
Категории: Self, Bootstrap
Tags: self, bootstrap, names
Создан: Nov 4 2014, by: admin
Недурно: 6, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 959, сегодня: 0, неделю: 0, месяц: 0
Последние Подключения: Nov 25, 18:26
WhereIs (Freebase - offline)
WhereIs (Freebase - offline)
Freebase location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Freebase and determining what it is contained by.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Псевдоним: @WhereIs (Freebase - offline)
Категории: Self, Examples
Tags: self, geospatial, freebase, utils
Создан: Oct 29 2014, by: admin
Недурно: 2, дислайк: 1, звезды: 4.0
Language: Self
Подключается: 903, сегодня: 0, неделю: 0, месяц: 0
Последние Подключения: Nov 25, 19:39
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Псевдоним: @Repeat
Категории: Examples, Self
Tags: self, example, repeat
Создан: Jan 5 2015, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 895, сегодня: 0, неделю: 0, месяц: 0
Последние Подключения: Nov 25, 18:51
DefineWord
DefineWord
This script allows synonyms, translations, and alternative spellings to be given for a word.
It understands phrases like "lik means like", "lol means laugh", "nom means name".
This is one of the bootstrap scripts.
Псевдоним: @DefineWord
Категории: Bootstrap, Self
Tags: bootstrap, self, utils
Создан: Nov 7 2014, by: admin
Недурно: 1, дислайк: 0, звезды: 5.0
Language: Self
Подключается: 857, сегодня: 0, неделю: 0, месяц: 0
Последние Подключения: Nov 22, 6:31

Далее | 1 | 2