-
Notifications
You must be signed in to change notification settings - Fork 2
Complete DeepSeek integration documentation #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "cloudbridge" | ||
| version = "0.1.1" | ||
| version = "0.2.0-dev" | ||
|
||
| edition = "2021" | ||
| description = "A cross-platform desktop application for multi-cloud cost management" | ||
| authors = ["JetSquirrel"] | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -31,6 +31,7 @@ | |||||
| - **🌐 Multi-Cloud Support** | ||||||
| - Amazon Web Services (AWS) - Full support | ||||||
| - Alibaba Cloud (阿里云) - Full support | ||||||
| - DeepSeek - Full support (balance tracking) | ||||||
| - Azure & GCP - Coming soon | ||||||
|
|
||||||
| - **📊 Cost Visualization** | ||||||
|
|
@@ -135,26 +136,35 @@ The compiled binary will be at: | |||||
|
|
||||||
| > **Note:** Alibaba Cloud billing API is free of charge. | ||||||
|
|
||||||
| ### DeepSeek Configuration | ||||||
|
|
||||||
| 1. Log in to [DeepSeek Platform](https://platform.deepseek.com/) | ||||||
| 2. Navigate to **API Keys** section | ||||||
| 3. Create a new API key | ||||||
| 4. Add the account in CloudBridge using the API key | ||||||
|
|
||||||
| > **Note:** DeepSeek displays your account balance (including granted and topped-up balances) instead of cost data. The balance query API is free of charge. | ||||||
|
|
||||||
| ## 🚀 Usage | ||||||
|
|
||||||
| ### Adding a Cloud Account | ||||||
|
|
||||||
| 1. Launch CloudBridge | ||||||
| 2. Navigate to **Accounts** in the sidebar | ||||||
| 3. Select your cloud provider (AWS or Alibaba Cloud) | ||||||
| 3. Select your cloud provider (AWS, Alibaba Cloud, or DeepSeek) | ||||||
| 4. Enter account name and credentials | ||||||
| 5. Click **Validate & Add** | ||||||
|
|
||||||
| ### Viewing Cost Data | ||||||
|
|
||||||
| 1. Go to **Dashboard** | ||||||
| 2. View the overview cards showing: | ||||||
| - Current month total cost | ||||||
| - Current month total cost (or balance for DeepSeek accounts) | ||||||
| - Last month total cost | ||||||
| - Month-over-month change | ||||||
| - Active accounts count | ||||||
|
Comment on lines
+162
to
165
|
||||||
| 3. Click on any account card to expand service-level details | ||||||
| 4. Click **Trend** to view the 30-day cost chart | ||||||
| 3. Click on any account card to expand service-level details (or balance breakdown for DeepSeek) | ||||||
| 4. Click **Trend** to view the 30-day cost chart (not available for DeepSeek) | ||||||
|
||||||
| 4. Click **Trend** to view the 30-day cost chart (not available for DeepSeek) | |
| 4. After expanding an account card, view the **Cost Trend** section to see the 30-day cost chart (not available for DeepSeek) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog structure may be misleading here:
## [0.2.0] - TBDreads like a released version section, but the project version is set to a pre-release (0.2.0-dev) and theUnreleasedsection is empty. Consider keeping these entries underUnreleaseduntil 0.2.0 is actually cut, or renaming the section to reflect a pre-release/development cycle to avoid confusion.