Update anthropic API class diagram

This commit is contained in:
Christian Tzolov
2024-06-24 12:13:36 +02:00
parent 43df62303a
commit 25a03728e6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

After

Width:  |  Height:  |  Size: 558 KiB

View File

@@ -277,7 +277,7 @@ The https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-anth
Following class diagram illustrates the `AnthropicApi` chat interfaces and building blocks:
image::anthropic-claude3-class-diagram.jpg[AnthropicApi Chat API Diagram, 800, 600, align="center"]
image::anthropic-claude3-class-diagram.jpg[AnthropicApi Chat API Diagram, width=1000, align="center"]
Here is a simple snippet how to use the api programmatically: