Skip to content

Commit

Permalink
Merge pull request #10 from ajaynomics/ajaynomics/updated-models
Browse files Browse the repository at this point in the history
updated models to feb 2024
  • Loading branch information
ajaynomics authored Feb 7, 2024
2 parents 1015072 + 767258a commit dbec12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cloudflare-ai (0.8.0)
cloudflare-ai (0.9.0)
activemodel (~> 7.0)
activesupport (~> 7.0)
event_stream_parser (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudflare/ai/models.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Cloudflare::AI::Models
class << self
def text_generation
%w[@cf/meta/llama-2-7b-chat-fp16 @cf/meta/llama-2-7b-chat-int8 @cf/mistral/mistral-7b-instruct-v0.1 @hf/thebloke/codellama-7b-instruct-awq]
%w[@hf/thebloke/llamaguard-7b-awq @hf/thebloke/neural-chat-7b-v3-1-awq @cf/meta/llama-2-7b-chat-fp16 @cf/mistral/mistral-7b-instruct-v0.1 @hf/thebloke/codellama-7b-instruct-awq @cf/meta/llama-2-7b-chat-int8 @hf/thebloke/mistral-7b-instruct-v0.1-awq @hf/thebloke/deepseek-coder-6.7b-base-awq @hf/thebloke/openhermes-2.5-mistral-7b-awq @hf/thebloke/deepseek-coder-6.7b-instruct-awq @hf/thebloke/zephyr-7b-beta-awq]
end

def automatic_speech_recognition
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudflare/ai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Cloudflare
module AI
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end

0 comments on commit dbec12a

Please sign in to comment.