llm_logs 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 042ed62e3a524de1a05ab6a8ce4184abe0634257c49d27da7f91e470d9810a66
4
- data.tar.gz: 48b40cad0e67865812a1eca95cd6d2968309883ec66c55d8473ef274ec82b56c
3
+ metadata.gz: c20c411ed2868a4bbb60216620534d48385b4559c1ef57f8be6182dba9bf1b84
4
+ data.tar.gz: 451f2cc00575d72296057be68ef287d156cd0d83fc7ed085a863a071ab528660
5
5
  SHA512:
6
- metadata.gz: 74ff56b932ebe8b4f4fd4f810dfdb2f36be1b2011af5a0dc7fb1d0e43f1866a2e2bdb2ef450e2389d0a9e1660c3a93d6a9d6d98eb5f56ba20cde8bdde75793c6
7
- data.tar.gz: 584ef268fb5947dcae78f95deb5a379337cbe6db5cede8b1eb6b4b2d89580a93d3cd5aa5b913c39e7fbd2a128881cf21c66fe7523d82137f27dc5215ca99eca7
6
+ metadata.gz: ec33e8232e3d068134f10171d4cec80041f1239703996c28d64b8889ad1813559eadc7bf8d65311518e10d640f8f44218e1677ae581ed27ca24880c610bd728a
7
+ data.tar.gz: b9180ecd77a042dd187237562689d72773af3f5c822d231ada48bfadcabc2fe9e82c86ba537ed65b2c3b25be9aaac96943cfc1f212f9e39e63c112e6fedb5aa5
@@ -19,7 +19,7 @@
19
19
  <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Purpose</th>
20
20
  <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Model</th>
21
21
  <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Provider</th>
22
- <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">OpenAI Batch</th>
22
+ <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Batch ID</th>
23
23
  <th class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase">Requests</th>
24
24
  <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Status</th>
25
25
  <th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase">Submitted</th>
@@ -33,7 +33,7 @@
33
33
  <td class="px-4 py-3 text-sm"><%= link_to batch.purpose, batch_path(batch), class: "text-indigo-600 hover:text-indigo-900 font-medium" %></td>
34
34
  <td class="px-4 py-3 text-sm text-gray-500"><%= batch.model %></td>
35
35
  <td class="px-4 py-3 text-sm text-gray-500"><%= batch.provider %></td>
36
- <td class="px-4 py-3 text-sm text-gray-500 font-mono"><%= batch.openai_batch_id %></td>
36
+ <td class="px-4 py-3 text-sm text-gray-500 font-mono"><%= batch.provider_batch_id %></td>
37
37
  <td class="px-4 py-3 text-sm text-gray-500 text-right"><%= batch.request_count %></td>
38
38
  <td class="px-4 py-3 text-sm">
39
39
  <span class="inline-flex items-center rounded-full px-2 py-0.5 text-xs font-medium <%= status_colors[batch.status] %>"><%= batch.status %></span>
@@ -3,11 +3,11 @@
3
3
  <h1 class="text-2xl font-bold text-gray-900 mt-2"><%= @batch.purpose %> · <%= @batch.model %></h1>
4
4
  <p class="text-sm text-gray-500 mt-1">
5
5
  Provider: <span class="font-mono"><%= @batch.provider %></span> ·
6
- OpenAI: <span class="font-mono"><%= @batch.openai_batch_id %></span> · status <%= @batch.status %> ·
6
+ status <%= @batch.status %> ·
7
7
  <%= @batch.request_count %> requests
8
8
  </p>
9
9
  <p class="text-sm text-gray-500 mt-1">
10
- Provider batch: <span class="font-mono"><%= @batch.provider_batch_id %></span>
10
+ Batch ID: <span class="font-mono"><%= @batch.provider_batch_id %></span>
11
11
  </p>
12
12
  <% if @batch.provider_metadata.present? %>
13
13
  <p class="text-sm text-gray-500 mt-1">
@@ -1,3 +1,3 @@
1
1
  module LlmLogs
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton