streaming single conversation, this is sick
This commit is contained in:
24
README.md
24
README.md
@@ -1,18 +1,16 @@
|
||||
# ElixirAi
|
||||
|
||||
To start your Phoenix server:
|
||||
|
||||
* Run `mix setup` to install and setup dependencies
|
||||
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
|
||||
things to try:
|
||||
- slow chat
|
||||
- with tools
|
||||
- streaming chat
|
||||
- with tools
|
||||
|
||||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
||||
|
||||
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
|
||||
|
||||
## Learn more
|
||||
|
||||
* Official website: https://www.phoenixframework.org/
|
||||
* Guides: https://hexdocs.pm/phoenix/overview.html
|
||||
* Docs: https://hexdocs.pm/phoenix
|
||||
* Forum: https://elixirforum.com/c/phoenix-forum
|
||||
* Source: https://github.com/phoenixframework/phoenix
|
||||
video ideas:
|
||||
- [ai agents elixir conf](https://www.youtube.com/watch?v=Wu3jXi1IyeM)
|
||||
- recommends oban instead of GenServer <https://hexdocs.pm/oban/Oban.html>
|
||||
- can autoscale with flame <https://hexdocs.pm/flame/FLAME.html>
|
||||
- tool calling scaling?
|
||||
- using elixir langchain for tool definitions
|
||||
Reference in New Issue
Block a user