Skip to content

Commit

Permalink
0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Dec 4, 2024
1 parent 64f3188 commit ebb45ef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
13 changes: 9 additions & 4 deletions docs/ja/language-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,25 @@ ANTHROPIC_API_KEY=api_key
Chat with Claudeは、Anthropic Claude APIにアクセスして、幅広いトピックに関する質問に答えるアプリケーションです。Code with Claudeは、プログラム・コードの作成補助を行います。Jupyter with Claudeは、Jupyter Notebookのセルを記述・実行する補助を行います。

<details>
<summary>chat_with_claude_app.rb</summary>
<summary>chat_claude_app.rb</summary>

![chat_with_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/chat_with_claude_app.rb ':include :type=code')
[chat_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/chat_claude_app.rb ':include :type=code')

</details>

<details>
<summary>code_with_claude_app.rb</summary>
<summary>code_interpreter_claude_app.rb</summary>

![code_with_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/code_with_claude_app.rb ':include :type=code')
[code_interpreter_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/code_interpreter_claude_app.rb ':include :type=code')

</details>

<details>
<summary>coding_assistant_claude_app.rb</summary>

[code_interpreter_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/coding_assistant_claude_app.rb ':include :type=code')

</details>

<summary>jupyter_with_claude_app.rb</summary>

Expand Down
15 changes: 11 additions & 4 deletions docs/language-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,23 @@ ANTHROPIC_API_KEY=api_key
Chat with Claude is an application that accesses the Anthropic Claude API to answer questions on a wide range of topics. Code with Claude assists in creating program code. Claude (Code Interpreter) integrates with JupyterLab to actually execute program code. Jupyter with Claude assists in writing and executing Jupyter Notebook cells.

<details>
<summary>chat_with_claude_app.rb</summary>
<summary>chat_claude_app.rb</summary>

[chat_with_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/chat_with_claude_app.rb ':include :type=code')
[chat_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/chat_claude_app.rb ':include :type=code')

</details>

<details>
<summary>code_with_claude_app.rb</summary>
<summary>code_interpreter_claude_app.rb</summary>

[code_with_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/code_with_claude_app.rb ':include :type=code')
[code_interpreter_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/code_interpreter_claude_app.rb ':include :type=code')

</details>

<details>
<summary>coding_assistant_claude_app.rb</summary>

[code_interpreter_claude_app.rb](https://raw.githubusercontent.com/yohasebe/monadic-chat/refs/heads/main/docker/services/ruby/apps/talk_to_claude/coding_assistant_claude_app.rb ':include :type=code')

</details>

Expand Down

0 comments on commit ebb45ef

Please sign in to comment.